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.TypeSignerIdentifier.ISSUER_AND_SERIALNUMBER(package private) static SignerIdentifier.TypeSignerIdentifier.Type.ISSUER_AND_SERIALNUMBERstatic SignerIdentifier.TypeSignerIdentifier.SUBJECT_KEY_IDENTIFIER(package private) static SignerIdentifier.TypeSignerIdentifier.Type.SUBJECT_KEY_IDENTIFIERprivate SignerIdentifier.TypeSignerIdentifier.typeMethods in org.mozilla.jss.pkix.cms that return SignerIdentifier.TypeModifier and TypeMethodDescriptionSignerIdentifier.getType()Returns the type of SignerIdentifier:ISSUER_AND_SERIALNUMBERSUBJECT_KEY_IDENTIFIERConstructors in org.mozilla.jss.pkix.cms with parameters of type SignerIdentifier.TypeModifierConstructorDescriptionSignerIdentifier(SignerIdentifier.Type type, IssuerAndSerialNumber issuerAndSerialNumber, OCTET_STRING subjectKeyIdentifier)