Uses of Class
org.bouncycastle.asn1.crmf.POPOSigningKey
-
Packages that use POPOSigningKey Package Description org.bouncycastle.asn1.crmf -
-
Uses of POPOSigningKey in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return POPOSigningKey Modifier and Type Method Description static POPOSigningKey
POPOSigningKey. getInstance(Object o)
static POPOSigningKey
POPOSigningKey. getInstance(ASN1TaggedObject obj, boolean explicit)
Constructors in org.bouncycastle.asn1.crmf with parameters of type POPOSigningKey Constructor Description ProofOfPossession(POPOSigningKey poposk)
Creates a ProofOfPossession for a signing key.
-