Uses of Class
org.mozilla.jss.pkix.crmf.POPOPrivKey.Type
Packages that use POPOPrivKey.Type
-
Uses of POPOPrivKey.Type in org.mozilla.jss.pkix.crmf
Fields in org.mozilla.jss.pkix.crmf declared as POPOPrivKey.TypeModifier and TypeFieldDescriptionstatic final POPOPrivKey.Type
POPOPrivKey.DHMAC
(package private) static final POPOPrivKey.Type
POPOPrivKey.Type.DHMAC
static final POPOPrivKey.Type
POPOPrivKey.SUBSEQUENT_MESSAGE
(package private) static final POPOPrivKey.Type
POPOPrivKey.Type.SUBSEQUENT_MESSAGE
static final POPOPrivKey.Type
POPOPrivKey.THIS_MESSAGE
(package private) static final POPOPrivKey.Type
POPOPrivKey.Type.THIS_MESSAGE
private POPOPrivKey.Type
POPOPrivKey.type
Methods in org.mozilla.jss.pkix.crmf that return POPOPrivKey.TypeModifier and TypeMethodDescriptionPOPOPrivKey.getType()
Returns the type of POPOPrivKey: THIS_MESSAGE, SUBSEQUENT_MESSAGE, or DHMAC.Constructors in org.mozilla.jss.pkix.crmf with parameters of type POPOPrivKey.TypeModifierConstructorDescriptionprivate
POPOPrivKey
(POPOPrivKey.Type type, BIT_STRING thisMessage, INTEGER subsequentMessage, BIT_STRING dhMAC)