public class ProofOfPossession extends ASN1Encodable implements ASN1Choice
BER, DER
Modifier and Type | Method and Description |
---|---|
static ProofOfPossession |
getInstance(java.lang.Object o) |
ASN1Encodable |
getObject() |
int |
getType() |
DERObject |
toASN1Object()
ProofOfPossession ::= CHOICE {
raVerified [0] NULL,
-- used if the RA has already verified that the requester is in
-- possession of the private key
signature [1] POPOSigningKey,
keyEncipherment [2] POPOPrivKey,
keyAgreement [3] POPOPrivKey }
|
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode
public static ProofOfPossession getInstance(java.lang.Object o)
public int getType()
public ASN1Encodable getObject()
public DERObject toASN1Object()
ProofOfPossession ::= CHOICE { raVerified [0] NULL, -- used if the RA has already verified that the requester is in -- possession of the private key signature [1] POPOSigningKey, keyEncipherment [2] POPOPrivKey, keyAgreement [3] POPOPrivKey }
toASN1Object
in class ASN1Encodable