Uses of Class
org.bouncycastle.asn1.crmf.POPOSigningKeyInput
-
Packages that use POPOSigningKeyInput Package Description org.bouncycastle.asn1.crmf Classes and object identifiers specific to RFC 4211 "Internet X.509 Public Key Infrastructure Certificate Request Message Format (CRMF)." -
-
Uses of POPOSigningKeyInput in org.bouncycastle.asn1.crmf
Methods in org.bouncycastle.asn1.crmf that return POPOSigningKeyInput Modifier and Type Method Description static POPOSigningKeyInput
POPOSigningKeyInput. getInstance(java.lang.Object o)
POPOSigningKeyInput
POPOSigningKey. getPoposkInput()
Constructors in org.bouncycastle.asn1.crmf with parameters of type POPOSigningKeyInput Constructor Description POPOSigningKey(POPOSigningKeyInput poposkIn, AlgorithmIdentifier aid, DERBitString signature)
Creates a new Proof of Possession object for a signing key.
-