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 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.static ProofOfPossessionProofOfPossession.createRaVerified()Creates a new ProofOfPossesion with an raVerified field.static ProofOfPossessionProofOfPossession.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.