Uses of Class
org.mozilla.jss.asn1.ENUMERATED
Packages that use ENUMERATED
Package
Description
Creating and interpeting CMC blobs.
The PKIX CMMF protocol.
-
Uses of ENUMERATED in org.mozilla.jss.pkix.cmc
Fields in org.mozilla.jss.pkix.cmc declared as ENUMERATEDModifier and TypeFieldDescriptionstatic final ENUMERATEDRevokeRequest.aACompromiseACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevokeRequest.affiliationChangedACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevokeRequest.cACompromiseACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevokeRequest.certificateHoldACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevokeRequest.cessationOfOperationACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevokeRequest.keyCompromiseACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevokeRequest.privilegeWithdrawnACRLReason, which can be used in thereasonfield.private ENUMERATEDRevokeRequest.reasonstatic final ENUMERATEDRevokeRequest.removeFromCRLACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevokeRequest.supersededACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevokeRequest.unspecifiedACRLReason, which can be used in thereasonfield.Methods in org.mozilla.jss.pkix.cmc that return ENUMERATEDModifier and TypeMethodDescriptionRevokeRequest.getReason()Returns thereasonfield, which should indicate the reason for the revocation.Constructors in org.mozilla.jss.pkix.cmc with parameters of type ENUMERATEDModifierConstructorDescriptionRevokeRequest(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, GeneralizedTime invalidityDate, OCTET_STRING passphrase, UTF8String comment) Constructs a newRevokeRequestfrom its components.RevokeRequest(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, OCTET_STRING passphrase, UTF8String comment) Deprecated. -
Uses of ENUMERATED in org.mozilla.jss.pkix.cmmf
Fields in org.mozilla.jss.pkix.cmmf declared as ENUMERATEDModifier and TypeFieldDescriptionstatic final ENUMERATEDRevRequest.aACompromiseACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevRequest.affiliationChangedACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevRequest.cACompromiseACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevRequest.certificateHoldACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevRequest.cessationOfOperationACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevRequest.keyCompromiseACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevRequest.privilegeWithdrawnACRLReason, which can be used in thereasonfield.private ENUMERATEDRevRequest.reasonstatic final ENUMERATEDRevRequest.removeFromCRLACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevRequest.supersededACRLReason, which can be used in thereasonfield.static final ENUMERATEDRevRequest.unspecifiedACRLReason, which can be used in thereasonfield.Methods in org.mozilla.jss.pkix.cmmf that return ENUMERATEDModifier and TypeMethodDescriptionRevRequest.getReason()Returns thereasonfield, which should indicate the reason for the revocation.Constructors in org.mozilla.jss.pkix.cmmf with parameters of type ENUMERATEDModifierConstructorDescriptionRevRequest(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, GeneralizedTime invalidityDate, OCTET_STRING sharedSecret, UTF8String comment) Constructs a newRevRequestfrom its components.RevRequest(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, OCTET_STRING sharedSecret, UTF8String comment) Deprecated.This constructor is obsolete now thatinvalidityDatehas been added to the class.
invalidityDatehas been added to the class.