Uses of Class
org.mozilla.jss.pkix.cms.IssuerAndSerialNumber
Packages that use IssuerAndSerialNumber
-
Uses of IssuerAndSerialNumber in org.mozilla.jss.pkix.cms
Fields in org.mozilla.jss.pkix.cms declared as IssuerAndSerialNumberModifier and TypeFieldDescriptionprivate IssuerAndSerialNumberRecipientInfo.issuerAndSerialNumberprivate IssuerAndSerialNumberSignerIdentifier.issuerAndSerialNumberMethods in org.mozilla.jss.pkix.cms that return IssuerAndSerialNumberModifier and TypeMethodDescriptionRecipientInfo.getissuerAndSerialNumber()SignerIdentifier.getIssuerAndSerialNumber()If type == ISSUER_AND_SERIALNUMBER, returns the IssuerAndSerialNumber field.Methods in org.mozilla.jss.pkix.cms with parameters of type IssuerAndSerialNumberModifier and TypeMethodDescriptionstatic SignerIdentifierSignerIdentifier.createIssuerAndSerialNumber(IssuerAndSerialNumber ias) Creates a new SignerIdentifier with the given IssuerAndSerialNumber field.Constructors in org.mozilla.jss.pkix.cms with parameters of type IssuerAndSerialNumberModifierConstructorDescriptionRecipientInfo(INTEGER version, IssuerAndSerialNumber issuerAndSerialNumber, AlgorithmIdentifier keyEncryptionAlgorithmID, OCTET_STRING encryptedKey) Create a RecipientInfo ASN1 object.SignerIdentifier(SignerIdentifier.Type type, IssuerAndSerialNumber issuerAndSerialNumber, OCTET_STRING subjectKeyIdentifier)