kz.gamma.asn1.crmf
Class ProofOfPossession
java.lang.Object
kz.gamma.asn1.ASN1Encodable
kz.gamma.asn1.crmf.ProofOfPossession
- All Implemented Interfaces:
- kz.gamma.asn1.ASN1Choice, kz.gamma.asn1.DEREncodable
public class ProofOfPossession
- extends kz.gamma.asn1.ASN1Encodable
- implements kz.gamma.asn1.ASN1Choice
|
Field Summary |
private kz.gamma.asn1.ASN1Encodable |
obj
|
private int |
tagNo
|
| Fields inherited from class kz.gamma.asn1.ASN1Encodable |
BER, DER |
|
Method Summary |
static ProofOfPossession |
getInstance(java.lang.Object o)
|
kz.gamma.asn1.ASN1Encodable |
getObject()
|
int |
getType()
|
kz.gamma.asn1.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 }
|
| Methods inherited from class kz.gamma.asn1.ASN1Encodable |
equals, getDEREncoded, getDERObject, getEncoded, getEncoded, hashCode |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
tagNo
private int tagNo
obj
private kz.gamma.asn1.ASN1Encodable obj
ProofOfPossession
private ProofOfPossession(kz.gamma.asn1.ASN1TaggedObject tagged)
getInstance
public static ProofOfPossession getInstance(java.lang.Object o)
getType
public int getType()
getObject
public kz.gamma.asn1.ASN1Encodable getObject()
toASN1Object
public kz.gamma.asn1.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 }
- Specified by:
toASN1Object in class kz.gamma.asn1.ASN1Encodable
- Returns:
- a basic ASN.1 object representation.
Copyright © 1998-2014 Gamma Technologies. All Rights Reserved.