public class ProofOfPossession extends ASN1Encodable implements ASN1Choice
Modifier and Type | Field and Description |
---|---|
private ASN1Encodable |
obj |
private int |
tagNo |
BER, DER
Modifier | Constructor and Description |
---|---|
private |
ProofOfPossession(ASN1TaggedObject tagged) |
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
private int tagNo
private ASN1Encodable obj
private ProofOfPossession(ASN1TaggedObject tagged)
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
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.