Uses of Class
org.bouncycastle.asn1.crmf.POPOPrivKey
-
Packages that use POPOPrivKey Package Description org.bouncycastle.asn1.crmf Support classes useful for encoding and supporting PKIX-CRMF as described RFC 4211. -
-
Uses of POPOPrivKey in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return POPOPrivKey Modifier and Type Method Description static POPOPrivKey
POPOPrivKey. getInstance(Object obj)
static POPOPrivKey
POPOPrivKey. getInstance(org.bouncycastle.asn1.ASN1TaggedObject obj, boolean explicit)
Constructors in org.bouncycastle.asn1.crmf with parameters of type POPOPrivKey Constructor Description ProofOfPossession(int type, POPOPrivKey privkey)
Creates a ProofOfPossession for key encipherment or agreement.
-