Uses of Class
org.mozilla.jss.asn1.SET
Packages that use SET
Package
Description
ASN.1 structures, BER decoding, and DER encoding.
Encoding and decoding pkcs10 request
Creating and interpreting PKCS #12 blobs.
Creating and interpeting PKCS #7 blobs.
Creating and interpeting CMC blobs.
Creating and interpeting CMS blobs.
Frequently-used primitive ASN.1 types, such as AlgorithmIdentifier,
PrivateKeyInfo, and X.500 Name.
-
Uses of SET in org.mozilla.jss.asn1
Subclasses of SET in org.mozilla.jss.asn1 -
Uses of SET in org.mozilla.jss.netscape.security.pkcs
Methods in org.mozilla.jss.netscape.security.pkcs that return SETModifier and TypeMethodDescription(package private) SET
PKCS12Util.createCertBagAttrs
(PKCS12CertInfo certInfo) (package private) SET
PKCS12Util.createKeyBagAttrs
(PKCS12KeyInfo keyInfo) -
Uses of SET in org.mozilla.jss.pkcs10
Fields in org.mozilla.jss.pkcs10 declared as SETMethods in org.mozilla.jss.pkcs10 that return SETMethods in org.mozilla.jss.pkcs10 with parameters of type SETConstructors in org.mozilla.jss.pkcs10 with parameters of type SETModifierConstructorDescriptionCertificationRequestInfo
(INTEGER version, Name subject, SubjectPublicKeyInfo subjectPublicKeyInfo, SET attributes) Creates a CertificationRequestInfo with the required fields. -
Uses of SET in org.mozilla.jss.pkcs12
Fields in org.mozilla.jss.pkcs12 declared as SETMethods in org.mozilla.jss.pkcs12 that return SETConstructors in org.mozilla.jss.pkcs12 with parameters of type SETModifierConstructorDescriptionSafeBag
(OBJECT_IDENTIFIER bagType, ASN1Value bagContent, SET bagAttributes) Creates a new SafeBag from its components. -
Uses of SET in org.mozilla.jss.pkcs7
Fields in org.mozilla.jss.pkcs7 declared as SETModifier and TypeFieldDescriptionprivate SET
SignerInfo.authenticatedAttributes
private SET
SignedAndEnvelopedData.certificates
private SET
SignedData.certificates
private SET
SignedAndEnvelopedData.crls
private SET
SignedData.crls
private SET
SignedAndEnvelopedData.digestAlgorithms
private SET
SignedData.digestAlgorithms
private SET
EnvelopedData.recipientInfos
private SET
SignedAndEnvelopedData.recipientInfos
private SET
SignedAndEnvelopedData.signerInfos
private SET
SignedData.signerInfos
private SET
SignerInfo.unauthenticatedAttributes
private SET
Attribute.values
Methods in org.mozilla.jss.pkcs7 that return SETModifier and TypeMethodDescriptionSignerInfo.getAuthenticatedAttributes()
Retrieves the authenticated attributes, if they exist.SignedAndEnvelopedData.getCertificates()
Returns a SET of ANYs.SignedData.getCertificates()
Returns the certificates field, which is a SET of X.509 certificates (org.mozilla.jss.pkix.cert.Certificate).SignedAndEnvelopedData.getCrls()
Returns a SET of ANYs.SignedData.getCrls()
Returns the crls field, which contains a SET of certificate revocation lists represented by ANYs (org.mozilla.jss.asn1.ANY).SignedData.getDigestAlgorithmIdentifiers()
Returns the digest algorithms used by the signers to digest the signed content.SignedAndEnvelopedData.getDigestAlgorithms()
Returns a SET of AlgorithmIdentifier.EnvelopedData.getRecipientInfos()
SignedAndEnvelopedData.getRecipientInfos()
Returns a SET of RecipientInfo.SignedAndEnvelopedData.getSignerInfos()
Returns a SET of SignerInfo.SignedData.getSignerInfos()
Returns the signerInfos field, which is a SET of org.mozilla.jss.pkcs7.SignerInfo.SignerInfo.getUnauthenticatedAttributes()
Retrieves the unauthenticated attributes, if they exist.Attribute.getValues()
If this AVA was constructed, returns the SET of ASN1Values passed to the constructor.Constructors in org.mozilla.jss.pkcs7 with parameters of type SETModifierConstructorDescriptionAttribute
(OBJECT_IDENTIFIER type, SET values) EnvelopedData
(INTEGER version, SET recipientInfos, EncryptedContentInfo encryptedContentInfo) Create a EnvelopedData ASN1 object.SignedAndEnvelopedData
(INTEGER version, SET recipientInfos, SET digestAlgorithms, EncryptedContentInfo encryptedContentInfo, SET certificates, SET crls, SET signerInfos) (package private)
SignedData
(INTEGER version, SET digestAlgorithms, ContentInfo contentInfo, SET certificates, SET crls, SET signerInfos) Constructor for creating a SignedData from its encoding.SignedData
(SET digestAlgorithms, ContentInfo contentInfo, SET certificates, SET crls, SET signerInfos) Create a SignedData ASN1 object.(package private)
SignerInfo
(INTEGER version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier digestAlgorithm, SET authenticatedAttributes, AlgorithmIdentifier digestEncryptionAlgorithm, byte[] encryptedDigest, SET unauthenticatedAttributes) A constructor for creating a new SignerInfo from its decoding.SignerInfo
(IssuerAndSerialNumber issuerAndSerialNumber, SET authenticatedAttributes, SET unauthenticatedAttributes, OBJECT_IDENTIFIER contentType, byte[] messageDigest, SignatureAlgorithm signingAlg, PrivateKey signingKey) A constructor for creating a new SignerInfo from scratch. -
Uses of SET in org.mozilla.jss.pkix.cmc
Fields in org.mozilla.jss.pkix.cmc declared as SETMethods in org.mozilla.jss.pkix.cmc that return SETModifier and TypeMethodDescriptionTaggedAttribute.getValues()
If this AVA was constructed, returns the SET of ASN1Values passed to the constructor.Constructors in org.mozilla.jss.pkix.cmc with parameters of type SETModifierConstructorDescriptionTaggedAttribute
(INTEGER bodyPartID, OBJECT_IDENTIFIER type, SET values) -
Uses of SET in org.mozilla.jss.pkix.cms
Fields in org.mozilla.jss.pkix.cms declared as SETModifier and TypeFieldDescriptionprivate SET
SignedAndEnvelopedData.certificates
private SET
SignedData.certificates
private SET
SignedAndEnvelopedData.crls
private SET
SignedData.crls
private SET
SignedAndEnvelopedData.digestAlgorithms
private SET
SignedData.digestAlgorithms
private SET
EnvelopedData.recipientInfos
private SET
SignedAndEnvelopedData.recipientInfos
private SET
SignerInfo.signedAttributes
private SET
SignedAndEnvelopedData.signerInfos
private SET
SignedData.signerInfos
private SET
SignerInfo.unsignedAttributes
Methods in org.mozilla.jss.pkix.cms that return SETModifier and TypeMethodDescriptionSignedAndEnvelopedData.getCertificates()
Returns a SET of ANYs.SignedData.getCertificates()
Returns the certificates field, which is a SET of X.509 certificates (org.mozilla.jss.pkix.cert.Certificate).SignedAndEnvelopedData.getCrls()
Returns a SET of ANYs.SignedData.getCrls()
Returns the crls field, which contains a SET of certificate revocation lists represented by ANYs (org.mozilla.jss.asn1.ANY).SignedData.getDigestAlgorithmIdentifiers()
Returns the digest algorithms used by the signers to digest the signed content.SignedAndEnvelopedData.getDigestAlgorithms()
Returns a SET of AlgorithmIdentifier.EnvelopedData.getRecipientInfos()
SignedAndEnvelopedData.getRecipientInfos()
Returns a SET of RecipientInfo.SignerInfo.getSignedAttributes()
Retrieves the signed attributes, if they exist.SignedAndEnvelopedData.getSignerInfos()
Returns a SET of SignerInfo.SignedData.getSignerInfos()
Returns the signerInfos field, which is a SET of org.mozilla.jss.pkix.cms.SignerInfo.SignerInfo.getUnsignedAttributes()
Retrieves the unsigned attributes, if they exist.Constructors in org.mozilla.jss.pkix.cms with parameters of type SETModifierConstructorDescriptionEnvelopedData
(INTEGER version, SET recipientInfos, EncryptedContentInfo encryptedContentInfo) Create a EnvelopedData ASN1 object.SignedAndEnvelopedData
(INTEGER version, SET recipientInfos, SET digestAlgorithms, EncryptedContentInfo encryptedContentInfo, SET certificates, SET crls, SET signerInfos) (package private)
SignedData
(INTEGER version, SET digestAlgorithms, EncapsulatedContentInfo contentInfo, SET certificates, SET crls, SET signerInfos) Constructor for creating a SignedData from its encoding.SignedData
(SET digestAlgorithms, EncapsulatedContentInfo contentInfo, SET certificates, SET crls, SET signerInfos) Create a SignedData ASN1 object.(package private)
SignerInfo
(INTEGER version, SignerIdentifier signerIdentifier, AlgorithmIdentifier digestAlgorithm, SET signedAttributes, AlgorithmIdentifier digestEncryptionAlgorithm, byte[] encryptedDigest, SET unsignedAttributes) A constructor for creating a new SignerInfo from its decoding.SignerInfo
(SignerIdentifier signerIdentifier, SET signedAttributes, SET unsignedAttributes, OBJECT_IDENTIFIER contentType, byte[] messageDigest, SignatureAlgorithm signingAlg, PrivateKey signingKey) A constructor for creating a new SignerInfo from scratch. -
Uses of SET in org.mozilla.jss.pkix.primitive
Fields in org.mozilla.jss.pkix.primitive declared as SETModifier and TypeFieldDescriptionprivate SET
PrivateKeyInfo.attributes
private SET
RDN.avas
private SET
Attribute.values
Methods in org.mozilla.jss.pkix.primitive that return SETModifier and TypeMethodDescriptionPrivateKeyInfo.getAttributes()
May return null if no attributes are present.Attribute.getValues()
If this AVA was constructed, returns the SET of ASN1Values passed to the constructor.Constructors in org.mozilla.jss.pkix.primitive with parameters of type SETModifierConstructorDescriptionAttribute
(OBJECT_IDENTIFIER type, SET values) PrivateKeyInfo
(INTEGER version, AlgorithmIdentifier privateKeyAlgorithm, OCTET_STRING privateKey, SET attributes) Create a PrivateKeyInfo from its components.(package private)