public class ProofOfPossession
extends java.lang.Object
implements org.bouncycastle.asn1.ASN1Encodable
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 }
Constructor and Description |
---|
ProofOfPossession(org.bouncycastle.asn1.ASN1Encodable obj,
int tag) |
Modifier and Type | Method and Description |
---|---|
static ProofOfPossession |
getInstance(org.bouncycastle.asn1.ASN1Primitive obj) |
static ProofOfPossession |
getInstance(org.bouncycastle.asn1.ASN1TaggedObject tagObj,
boolean explicit) |
POPOPrivKey |
getKeyAgreement() |
POPOPrivKey |
getKeyEncipherment() |
org.bouncycastle.asn1.DERNull |
getRaVerified() |
POPOSigningKey |
getSignature() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
java.lang.String |
toString() |
public ProofOfPossession(org.bouncycastle.asn1.ASN1Encodable obj, int tag)
public org.bouncycastle.asn1.DERNull getRaVerified()
public POPOSigningKey getSignature()
public POPOPrivKey getKeyEncipherment()
public POPOPrivKey getKeyAgreement()
public static ProofOfPossession getInstance(org.bouncycastle.asn1.ASN1Primitive obj)
public static ProofOfPossession getInstance(org.bouncycastle.asn1.ASN1TaggedObject tagObj, boolean explicit)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
public java.lang.String toString()
toString
in class java.lang.Object
Copyright © 2018 Agencia de Tecnología y Certificación Electrónica. All Rights Reserved.