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.TypePOPOPrivKey.DHMAC(package private) static final POPOPrivKey.TypePOPOPrivKey.Type.DHMACstatic final POPOPrivKey.TypePOPOPrivKey.SUBSEQUENT_MESSAGE(package private) static final POPOPrivKey.TypePOPOPrivKey.Type.SUBSEQUENT_MESSAGEstatic final POPOPrivKey.TypePOPOPrivKey.THIS_MESSAGE(package private) static final POPOPrivKey.TypePOPOPrivKey.Type.THIS_MESSAGEprivate POPOPrivKey.TypePOPOPrivKey.typeMethods 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.TypeModifierConstructorDescriptionprivatePOPOPrivKey(POPOPrivKey.Type type, BIT_STRING thisMessage, INTEGER subsequentMessage, BIT_STRING dhMAC)