Uses of Class
org.mozilla.jss.pkix.cms.SignerIdentifier
Packages that use SignerIdentifier
-
Uses of SignerIdentifier in org.mozilla.jss.pkix.cms
Fields in org.mozilla.jss.pkix.cms declared as SignerIdentifierMethods in org.mozilla.jss.pkix.cms that return SignerIdentifierModifier and TypeMethodDescriptionstatic SignerIdentifier
SignerIdentifier.createIssuerAndSerialNumber
(IssuerAndSerialNumber ias) Creates a new SignerIdentifier with the given IssuerAndSerialNumber field.static SignerIdentifier
SignerIdentifier.createSubjectKeyIdentifier
(OCTET_STRING ski) Creates a new SignerIdentifier with the given SubjectKeyIdentifier field.SignerInfo.getSignerIdentifier()
Retrieves the SignerIdentifier.Constructors in org.mozilla.jss.pkix.cms with parameters of type SignerIdentifierModifierConstructorDescription(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.