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 POPOPrivKeyProofOfPossession.keyAgreementprivate POPOPrivKeyProofOfPossession.keyEnciphermentMethods in org.mozilla.jss.pkix.crmf that return POPOPrivKeyModifier and TypeMethodDescriptionstatic POPOPrivKeyPOPOPrivKey.createDhMAC(BIT_STRING dhMAC) Creates a new POPOPrivKey with the given dhMAC field.static POPOPrivKeyPOPOPrivKey.createSubsequentMessage(int subsequentMessage) Creates a new POPOPrivKey with the given subsequentMessage field.static POPOPrivKeyPOPOPrivKey.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 ProofOfPossessionProofOfPossession.createKeyAgreement(POPOPrivKey keyAgreement) Creates a new ProofOfPossesion with the given keyAgreement field.static ProofOfPossessionProofOfPossession.createKeyEncipherment(POPOPrivKey keyEncipherment) Creates a new ProofOfPossesion with the given keyEncipherment field.Constructors in org.mozilla.jss.pkix.crmf with parameters of type POPOPrivKeyModifierConstructorDescriptionprivateProofOfPossession(ProofOfPossession.Type type, POPOSigningKey signature, POPOPrivKey keyEncipherment, POPOPrivKey keyAgreement)