Uses of Class
org.mozilla.jss.pkix.cms.SignerIdentifier.Type
Packages that use SignerIdentifier.Type
-
Uses of SignerIdentifier.Type in org.mozilla.jss.pkix.cms
Fields in org.mozilla.jss.pkix.cms declared as SignerIdentifier.TypeModifier and TypeFieldDescriptionstatic SignerIdentifier.Type
SignerIdentifier.ISSUER_AND_SERIALNUMBER
(package private) static SignerIdentifier.Type
SignerIdentifier.Type.ISSUER_AND_SERIALNUMBER
static SignerIdentifier.Type
SignerIdentifier.SUBJECT_KEY_IDENTIFIER
(package private) static SignerIdentifier.Type
SignerIdentifier.Type.SUBJECT_KEY_IDENTIFIER
private SignerIdentifier.Type
SignerIdentifier.type
Methods in org.mozilla.jss.pkix.cms that return SignerIdentifier.TypeModifier and TypeMethodDescriptionSignerIdentifier.getType()
Returns the type of SignerIdentifier:ISSUER_AND_SERIALNUMBER
SUBJECT_KEY_IDENTIFIER
Constructors in org.mozilla.jss.pkix.cms with parameters of type SignerIdentifier.TypeModifierConstructorDescriptionSignerIdentifier
(SignerIdentifier.Type type, IssuerAndSerialNumber issuerAndSerialNumber, OCTET_STRING subjectKeyIdentifier)