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 ENUMERATED
RevokeRequest.aACompromise
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevokeRequest.affiliationChanged
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevokeRequest.cACompromise
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevokeRequest.certificateHold
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevokeRequest.cessationOfOperation
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevokeRequest.keyCompromise
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevokeRequest.privilegeWithdrawn
ACRLReason
, which can be used in thereason
field.private ENUMERATED
RevokeRequest.reason
static final ENUMERATED
RevokeRequest.removeFromCRL
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevokeRequest.superseded
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevokeRequest.unspecified
ACRLReason
, which can be used in thereason
field.Methods in org.mozilla.jss.pkix.cmc that return ENUMERATEDModifier and TypeMethodDescriptionRevokeRequest.getReason()
Returns thereason
field, 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 newRevokeRequest
from 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 ENUMERATED
RevRequest.aACompromise
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevRequest.affiliationChanged
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevRequest.cACompromise
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevRequest.certificateHold
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevRequest.cessationOfOperation
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevRequest.keyCompromise
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevRequest.privilegeWithdrawn
ACRLReason
, which can be used in thereason
field.private ENUMERATED
RevRequest.reason
static final ENUMERATED
RevRequest.removeFromCRL
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevRequest.superseded
ACRLReason
, which can be used in thereason
field.static final ENUMERATED
RevRequest.unspecified
ACRLReason
, which can be used in thereason
field.Methods in org.mozilla.jss.pkix.cmmf that return ENUMERATEDModifier and TypeMethodDescriptionRevRequest.getReason()
Returns thereason
field, 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 newRevRequest
from its components.RevRequest
(ANY issuerName, INTEGER serialNumber, ENUMERATED reason, OCTET_STRING sharedSecret, UTF8String comment) Deprecated.This constructor is obsolete now thatinvalidityDate
has been added to the class.
invalidityDate
has been added to the class.