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 TypeMethodDescriptionvoidPKCS12Util.addCertBag(PKCS12CertInfo certInfo, SEQUENCE safeContents) voidPKCS12Util.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 SEQUENCECRLDistributionPointsExtension.distributionPointsprivate SEQUENCEFreshestCRLExtension.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 SEQUENCEAuthenticatedSafes.sequenceprivate SEQUENCECertBag.sequenceprivate SEQUENCESecretBag.sequenceMethods 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 TypeMethodDescriptionvoidAuthenticatedSafes.addEncryptedSafeContents(PBEAlgorithm keyGenAlg, Password password, byte[] salt, int iterationCount, SEQUENCE safeContents) Encrypts a SafeContents and adds it to the AuthenticatedSafes.voidAuthenticatedSafes.addSafeContents(SEQUENCE safeContents) Appends an unencrypted SafeContents to the end of the AuthenticatedSafes.private static voidAuthenticatedSafes.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 SEQUENCEContentInfo.sequenceprivate SEQUENCEDigestedData.sequenceprivate SEQUENCEDigestInfo.sequenceprivate SEQUENCEEncryptedContentInfo.sequenceprivate SEQUENCEEncryptedData.sequenceprivate SEQUENCEEnvelopedData.sequenceprivate SEQUENCEIssuerAndSerialNumber.sequenceprivate SEQUENCERecipientInfo.sequenceprivate SEQUENCESignedAndEnvelopedData.sequence -
Uses of SEQUENCE in org.mozilla.jss.pkix.cert
Fields in org.mozilla.jss.pkix.cert declared as SEQUENCEModifier and TypeFieldDescriptionprivate SEQUENCECertificateInfo.extensions(package private) SEQUENCECertificate.sequenceMethods 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 SEQUENCELraPopWitness.bodyIdsprivate SEQUENCECMCStatusInfo.bodyListprivate SEQUENCECMCStatusInfoV2.bodyListprivate SEQUENCEBodyPartReference.bodyPartPathprivate SEQUENCEPKIData.cmsSequenceprivate SEQUENCEResponseBody.cmsSequenceprivate SEQUENCEPKIData.controlSequenceprivate SEQUENCEResponseBody.controlSequenceprivate SEQUENCECMCCertId.issuerprivate SEQUENCEPKIData.otherMsgSequenceprivate SEQUENCEResponseBody.otherMsgSequenceprivate SEQUENCEPKIData.reqSequenceprivate SEQUENCECMCCertId.sequenceprivate SEQUENCEDecryptedPOP.sequenceprivate SEQUENCEEncryptedPOP.sequenceprivate SEQUENCEGetCert.sequenceprivate SEQUENCEIdentityProofV2.sequenceprivate SEQUENCELraPopWitness.sequenceprivate SEQUENCEOtherMsg.sequenceprivate SEQUENCEOtherReqMsg.sequenceprivate SEQUENCEPendInfo.sequenceprivate SEQUENCEPKIData.sequenceprivate SEQUENCEPopLinkWitnessV2.sequenceprivate SEQUENCEResponseBody.sequenceprivate SEQUENCERevokeRequest.sequenceprivate SEQUENCETaggedAttribute.sequenceprivate SEQUENCETaggedCertificationRequest.sequenceprivate SEQUENCETaggedContentInfo.sequenceMethods 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 theissuerfield 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 newCMCCertIdfrom 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 SEQUENCERevRepContent.crlsprivate SEQUENCECertRepContent.responseprivate SEQUENCERevRepContent.revCertsprivate SEQUENCEGetCRL.sequenceprivate SEQUENCEIssuerAndSubject.sequenceprivate SEQUENCERevRepContent.sequenceprivate SEQUENCERevRequest.sequenceprivate SEQUENCERevRepContent.statusprivate SEQUENCEPKIStatusInfo.statusStringMethods in org.mozilla.jss.pkix.cmmf that return SEQUENCEModifier and TypeMethodDescriptionRevRepContent.getCrls()Thecrlsfield, which is aSEQUENCEofANY.CertRepContent.getResponse()Returns theresponsefield, which is a SEQUENCE ofCertResponseRevRepContent.getRevCerts()TherevCertsfield, which is aSEQUENCEofCertId.RevRepContent.getStatus()Thestatusfield, which is aSEQUENCEofPKIStatusInfo.Methods in org.mozilla.jss.pkix.cmmf with parameters of type SEQUENCEModifier and TypeMethodDescriptionvoidPKIStatusInfo.setStatusString(SEQUENCE statusString) Sets thestatusStringfield.Constructors in org.mozilla.jss.pkix.cmmf with parameters of type SEQUENCEModifierConstructorDescriptionCertRepContent(byte[][] caPubs, SEQUENCE response) Creates a newCertRepContent.CertRepContent(SEQUENCE response) Creates a newCertRepContentRevRepContent(SEQUENCE status, SEQUENCE revCerts, SEQUENCE crls) Creates a newRevRepContentfrom its components. -
Uses of SEQUENCE in org.mozilla.jss.pkix.cms
Fields in org.mozilla.jss.pkix.cms declared as SEQUENCEModifier and TypeFieldDescriptionprivate SEQUENCEContentInfo.sequenceprivate SEQUENCEDigestedData.sequenceprivate SEQUENCEDigestInfo.sequenceprivate SEQUENCEEncapsulatedContentInfo.sequenceprivate SEQUENCEEncryptedContentInfo.sequenceprivate SEQUENCEEncryptedData.sequenceprivate SEQUENCEEnvelopedData.sequenceprivate SEQUENCEIssuerAndSerialNumber.sequenceprivate SEQUENCERecipientInfo.sequenceprivate SEQUENCESignedAndEnvelopedData.sequenceMethods in org.mozilla.jss.pkix.cms that return SEQUENCEModifier and TypeMethodDescriptionprivate SEQUENCESignerInfo.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 SEQUENCECertRequest.controlsprivate SEQUENCECertTemplate.extensionsprivate SEQUENCEPKIPublicationInfo.pubInfosprivate SEQUENCECertReqMsg.regInfoprivate SEQUENCECertId.sequenceprivate SEQUENCEEncryptedValue.sequenceprivate SEQUENCEPOPOSigningKey.sequenceMethods 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 TypeMethodDescriptionvoidCertTemplate.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) SEQUENCEName.rdnsprivate SEQUENCEAlgorithmIdentifier.sequenceprivate SEQUENCEEncryptedPrivateKeyInfo.sequenceprivate SEQUENCEPBEParameter.sequenceprivate SEQUENCEPBES2Params.sequenceprivate SEQUENCEPBKDF2Params.sequenceprivate SEQUENCEPrivateKeyInfo.sequenceConstructors 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