Uses of Class
org.mozilla.jss.asn1.SEQUENCE
Packages that use SEQUENCE
Package
Description
Encoding and decoding pkcs10 request
Creating and interpreting PKCS #12 blobs.
Creating and interpeting PKCS #7 blobs.
Encoding and decoding X.509 certificates and certificate extensions.
Creating and interpeting CMC blobs.
The PKIX CMMF protocol.
Creating and interpeting CMS blobs.
The PKIX CRMF protocol.
Frequently-used primitive ASN.1 types, such as AlgorithmIdentifier,
PrivateKeyInfo, and X.500 Name.
A facility for encrypting and decrypting small amounts of data with
a symmetric key.
-
Uses of SEQUENCE in org.mozilla.jss.netscape.security.pkcs
Methods in org.mozilla.jss.netscape.security.pkcs with parameters of type SEQUENCEModifier and TypeMethodDescriptionvoid
PKCS12Util.addCertBag
(PKCS12CertInfo certInfo, SEQUENCE safeContents) void
PKCS12Util.addKeyBag
(PKCS12KeyInfo keyInfo, Password password, SEQUENCE encSafeContents) Add a private key to the PKCS #12 object. -
Uses of SEQUENCE in org.mozilla.jss.netscape.security.x509
Fields in org.mozilla.jss.netscape.security.x509 declared as SEQUENCEModifier and TypeFieldDescriptionprivate SEQUENCE
CRLDistributionPointsExtension.distributionPoints
private SEQUENCE
FreshestCRLExtension.distributionPoints
-
Uses of SEQUENCE in org.mozilla.jss.pkcs10
Fields in org.mozilla.jss.pkcs10 declared as SEQUENCE -
Uses of SEQUENCE in org.mozilla.jss.pkcs12
Fields in org.mozilla.jss.pkcs12 declared as SEQUENCEModifier and TypeFieldDescriptionprivate SEQUENCE
AuthenticatedSafes.sequence
private SEQUENCE
CertBag.sequence
private SEQUENCE
SecretBag.sequence
Methods in org.mozilla.jss.pkcs12 that return SEQUENCEModifier and TypeMethodDescriptionAuthenticatedSafes.getSafeContentsAt
(Password password, int index) Returns the SafeContents at the given index in the AuthenticatedSafes, decrypting it if necessary.AuthenticatedSafes.getSequence()
Returns the raw SEQUENCE which constitutes this AuthenticatedSafes.Methods in org.mozilla.jss.pkcs12 with parameters of type SEQUENCEModifier and TypeMethodDescriptionvoid
AuthenticatedSafes.addEncryptedSafeContents
(PBEAlgorithm keyGenAlg, Password password, byte[] salt, int iterationCount, SEQUENCE safeContents) Encrypts a SafeContents and adds it to the AuthenticatedSafes.void
AuthenticatedSafes.addSafeContents
(SEQUENCE safeContents) Appends an unencrypted SafeContents to the end of the AuthenticatedSafes.private static void
AuthenticatedSafes.checkSafeContents
(SEQUENCE safeContents) Verifies that each element is a SafeBag.Constructors in org.mozilla.jss.pkcs12 with parameters of type SEQUENCEModifierConstructorDescriptionAuthenticatedSafes
(SEQUENCE sequence) Creates an AuthenticatedSafes from a SEQUENCE of ContentInfo. -
Uses of SEQUENCE in org.mozilla.jss.pkcs7
Fields in org.mozilla.jss.pkcs7 declared as SEQUENCEModifier and TypeFieldDescriptionprivate SEQUENCE
ContentInfo.sequence
private SEQUENCE
DigestedData.sequence
private SEQUENCE
DigestInfo.sequence
private SEQUENCE
EncryptedContentInfo.sequence
private SEQUENCE
EncryptedData.sequence
private SEQUENCE
EnvelopedData.sequence
private SEQUENCE
IssuerAndSerialNumber.sequence
private SEQUENCE
RecipientInfo.sequence
private SEQUENCE
SignedAndEnvelopedData.sequence
-
Uses of SEQUENCE in org.mozilla.jss.pkix.cert
Fields in org.mozilla.jss.pkix.cert declared as SEQUENCEModifier and TypeFieldDescriptionprivate SEQUENCE
CertificateInfo.extensions
(package private) SEQUENCE
Certificate.sequence
Methods in org.mozilla.jss.pkix.cert that return SEQUENCEModifier and TypeMethodDescriptionCertificateInfo.getExtensions()
Returns the extensions of this certificate.Methods in org.mozilla.jss.pkix.cert with parameters of type SEQUENCE -
Uses of SEQUENCE in org.mozilla.jss.pkix.cmc
Fields in org.mozilla.jss.pkix.cmc declared as SEQUENCEModifier and TypeFieldDescriptionprivate SEQUENCE
LraPopWitness.bodyIds
private SEQUENCE
CMCStatusInfo.bodyList
private SEQUENCE
CMCStatusInfoV2.bodyList
private SEQUENCE
BodyPartReference.bodyPartPath
private SEQUENCE
PKIData.cmsSequence
private SEQUENCE
ResponseBody.cmsSequence
private SEQUENCE
PKIData.controlSequence
private SEQUENCE
ResponseBody.controlSequence
private SEQUENCE
CMCCertId.issuer
private SEQUENCE
PKIData.otherMsgSequence
private SEQUENCE
ResponseBody.otherMsgSequence
private SEQUENCE
PKIData.reqSequence
private SEQUENCE
CMCCertId.sequence
private SEQUENCE
DecryptedPOP.sequence
private SEQUENCE
EncryptedPOP.sequence
private SEQUENCE
GetCert.sequence
private SEQUENCE
IdentityProofV2.sequence
private SEQUENCE
LraPopWitness.sequence
private SEQUENCE
OtherMsg.sequence
private SEQUENCE
OtherReqMsg.sequence
private SEQUENCE
PendInfo.sequence
private SEQUENCE
PKIData.sequence
private SEQUENCE
PopLinkWitnessV2.sequence
private SEQUENCE
ResponseBody.sequence
private SEQUENCE
RevokeRequest.sequence
private SEQUENCE
TaggedAttribute.sequence
private SEQUENCE
TaggedCertificationRequest.sequence
private SEQUENCE
TaggedContentInfo.sequence
Methods in org.mozilla.jss.pkix.cmc that return SEQUENCEModifier and TypeMethodDescriptionLraPopWitness.getBodyIds()
CMCStatusInfo.getBodyList()
CMCStatusInfoV2.getBodyList()
BodyPartReference.getBodyPartPath()
PKIData.getCmsSequence()
ResponseBody.getCmsSequence()
PKIData.getControlSequence()
ResponseBody.getControlSequence()
CMCCertId.getIssuer()
Returns theissuer
field as anSEQUENCE of ANY
.PKIData.getOtherMsgSequence()
ResponseBody.getOtherMsgSequence()
PKIData.getReqSequence()
Constructors in org.mozilla.jss.pkix.cmc with parameters of type SEQUENCEModifierConstructorDescriptionBodyPartReference
(BodyPartReference.Type type, INTEGER bodyPartID, SEQUENCE bodyPartPath) CMCCertId
(SEQUENCE issuer, INTEGER serial, BIT_STRING issuerUID) Constructs a newCMCCertId
from its components.CMCStatusInfo
(int status, SEQUENCE bodyList) CMCStatusInfo
(int status, SEQUENCE bodyList, String statusString, OtherInfo otherInfo) CMCStatusInfo
(INTEGER status, SEQUENCE bodyList, UTF8String statusString, OtherInfo otherInfo) Create a CMCStatusInfo from decoding.CMCStatusInfoV2
(int status, SEQUENCE bodyList) CMCStatusInfoV2
(int status, SEQUENCE bodyList, String statusString, OtherInfo otherInfo) CMCStatusInfoV2
(INTEGER status, SEQUENCE bodyList, UTF8String statusString, OtherInfo otherInfo) Create a CMCStatusInfoV2 from decoding.LraPopWitness
(INTEGER pkiDataBodyid, SEQUENCE bodyIds) PKIData
(SEQUENCE controlSequence, SEQUENCE reqSequence, SEQUENCE cmsSequence, SEQUENCE otherMsgSequence) Constructs a PKIData from its components.ResponseBody
(SEQUENCE controlSequence, SEQUENCE cmsSequence, SEQUENCE otherMsgSequence) Constructs a ResponseBody from its components. -
Uses of SEQUENCE in org.mozilla.jss.pkix.cmmf
Fields in org.mozilla.jss.pkix.cmmf declared as SEQUENCEModifier and TypeFieldDescriptionprivate SEQUENCE
RevRepContent.crls
private SEQUENCE
CertRepContent.response
private SEQUENCE
RevRepContent.revCerts
private SEQUENCE
GetCRL.sequence
private SEQUENCE
IssuerAndSubject.sequence
private SEQUENCE
RevRepContent.sequence
private SEQUENCE
RevRequest.sequence
private SEQUENCE
RevRepContent.status
private SEQUENCE
PKIStatusInfo.statusString
Methods in org.mozilla.jss.pkix.cmmf that return SEQUENCEModifier and TypeMethodDescriptionRevRepContent.getCrls()
Thecrls
field, which is aSEQUENCE
ofANY
.CertRepContent.getResponse()
Returns theresponse
field, which is a SEQUENCE ofCertResponse
RevRepContent.getRevCerts()
TherevCerts
field, which is aSEQUENCE
ofCertId
.RevRepContent.getStatus()
Thestatus
field, which is aSEQUENCE
ofPKIStatusInfo
.Methods in org.mozilla.jss.pkix.cmmf with parameters of type SEQUENCEModifier and TypeMethodDescriptionvoid
PKIStatusInfo.setStatusString
(SEQUENCE statusString) Sets thestatusString
field.Constructors in org.mozilla.jss.pkix.cmmf with parameters of type SEQUENCEModifierConstructorDescriptionCertRepContent
(byte[][] caPubs, SEQUENCE response) Creates a newCertRepContent
.CertRepContent
(SEQUENCE response) Creates a newCertRepContent
RevRepContent
(SEQUENCE status, SEQUENCE revCerts, SEQUENCE crls) Creates a newRevRepContent
from its components. -
Uses of SEQUENCE in org.mozilla.jss.pkix.cms
Fields in org.mozilla.jss.pkix.cms declared as SEQUENCEModifier and TypeFieldDescriptionprivate SEQUENCE
ContentInfo.sequence
private SEQUENCE
DigestedData.sequence
private SEQUENCE
DigestInfo.sequence
private SEQUENCE
EncapsulatedContentInfo.sequence
private SEQUENCE
EncryptedContentInfo.sequence
private SEQUENCE
EncryptedData.sequence
private SEQUENCE
EnvelopedData.sequence
private SEQUENCE
IssuerAndSerialNumber.sequence
private SEQUENCE
RecipientInfo.sequence
private SEQUENCE
SignedAndEnvelopedData.sequence
Methods in org.mozilla.jss.pkix.cms that return SEQUENCEModifier and TypeMethodDescriptionprivate SEQUENCE
SignerInfo.createDigestInfo
(byte[] data, boolean doDigest) -
Uses of SEQUENCE in org.mozilla.jss.pkix.crmf
Fields in org.mozilla.jss.pkix.crmf declared as SEQUENCEModifier and TypeFieldDescriptionprivate SEQUENCE
CertRequest.controls
private SEQUENCE
CertTemplate.extensions
private SEQUENCE
PKIPublicationInfo.pubInfos
private SEQUENCE
CertReqMsg.regInfo
private SEQUENCE
CertId.sequence
private SEQUENCE
EncryptedValue.sequence
private SEQUENCE
POPOSigningKey.sequence
Methods in org.mozilla.jss.pkix.crmf that return SEQUENCEModifier and TypeMethodDescriptionCertRequest.getControls()
Returns the controls field.CertReqMsg.getRegInfo()
Returns the regInfo field.Methods in org.mozilla.jss.pkix.crmf with parameters of type SEQUENCEModifier and TypeMethodDescriptionvoid
CertTemplate.setExtensions
(SEQUENCE extensions) Sets the extensions field of this CertTemplate.Constructors in org.mozilla.jss.pkix.crmf with parameters of type SEQUENCEModifierConstructorDescriptionCertReqMsg
(CertRequest certReq, ProofOfPossession pop, SEQUENCE regInfo) Constructs a CertReqmsg from a CertRequest and, optionally, a pop and a regInfo.CertRequest
(INTEGER certReqId, CertTemplate certTemplate, SEQUENCE controls) PKIPublicationInfo
(int action, SEQUENCE pubInfos) Creates a new PKIPublicationInfo. -
Uses of SEQUENCE in org.mozilla.jss.pkix.primitive
Fields in org.mozilla.jss.pkix.primitive declared as SEQUENCEModifier and TypeFieldDescription(package private) SEQUENCE
Name.rdns
private SEQUENCE
AlgorithmIdentifier.sequence
private SEQUENCE
EncryptedPrivateKeyInfo.sequence
private SEQUENCE
PBEParameter.sequence
private SEQUENCE
PBES2Params.sequence
private SEQUENCE
PBKDF2Params.sequence
private SEQUENCE
PrivateKeyInfo.sequence
Constructors in org.mozilla.jss.pkix.primitive with parameters of type SEQUENCE -
Uses of SEQUENCE in org.mozilla.jss.SecretDecoderRing
Fields in org.mozilla.jss.SecretDecoderRing declared as SEQUENCE