Uses of Class
org.mozilla.jss.pkix.crmf.ProofOfPossession
Packages that use ProofOfPossession
-
Uses of ProofOfPossession in org.mozilla.jss.pkix.crmf
Fields in org.mozilla.jss.pkix.crmf declared as ProofOfPossessionMethods in org.mozilla.jss.pkix.crmf that return ProofOfPossessionModifier 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.static ProofOfPossession
ProofOfPossession.createRaVerified()
Creates a new ProofOfPossesion with an raVerified field.static ProofOfPossession
ProofOfPossession.createSignature
(POPOSigningKey signature) Creates a new ProofOfPossesion with the given signature field.CertReqMsg.getPop()
Returns the pop field.Constructors in org.mozilla.jss.pkix.crmf with parameters of type ProofOfPossessionModifierConstructorDescriptionCertReqMsg
(CertRequest certReq, ProofOfPossession pop, SEQUENCE regInfo) Constructs a CertReqmsg from a CertRequest and, optionally, a pop and a regInfo.