Uses of Class
org.mozilla.jss.pkix.crmf.POPOPrivKey
Packages that use POPOPrivKey
-
Uses of POPOPrivKey in org.mozilla.jss.pkix.crmf
Fields in org.mozilla.jss.pkix.crmf declared as POPOPrivKeyModifier and TypeFieldDescriptionprivate POPOPrivKey
ProofOfPossession.keyAgreement
private POPOPrivKey
ProofOfPossession.keyEncipherment
Methods in org.mozilla.jss.pkix.crmf that return POPOPrivKeyModifier and TypeMethodDescriptionstatic POPOPrivKey
POPOPrivKey.createDhMAC
(BIT_STRING dhMAC) Creates a new POPOPrivKey with the given dhMAC field.static POPOPrivKey
POPOPrivKey.createSubsequentMessage
(int subsequentMessage) Creates a new POPOPrivKey with the given subsequentMessage field.static POPOPrivKey
POPOPrivKey.createThisMessage
(BIT_STRING thisMessage) Creates a new POPOPrivKey with the given thisMessage field.ProofOfPossession.getKeyAgreement()
If type == KEY_AGREEMENT, returns the keyAgreement field.ProofOfPossession.getKeyEncipherment()
If type == KEY_ENCIPHERMENT, returns the keyEncipherment field.Methods in org.mozilla.jss.pkix.crmf with parameters of type POPOPrivKeyModifier and TypeMethodDescriptionstatic ProofOfPossession
ProofOfPossession.createKeyAgreement
(POPOPrivKey keyAgreement) Creates a new ProofOfPossesion with the given keyAgreement field.static ProofOfPossession
ProofOfPossession.createKeyEncipherment
(POPOPrivKey keyEncipherment) Creates a new ProofOfPossesion with the given keyEncipherment field.Constructors in org.mozilla.jss.pkix.crmf with parameters of type POPOPrivKeyModifierConstructorDescriptionprivate
ProofOfPossession
(ProofOfPossession.Type type, POPOSigningKey signature, POPOPrivKey keyEncipherment, POPOPrivKey keyAgreement)