Bouncy Castle Cryptography Library 1.79

org.bouncycastle.asn1.cmc
Class IdentityProofV2

java.lang.Object
  extended byorg.bouncycastle.asn1.ASN1Object
      extended byorg.bouncycastle.asn1.cmc.IdentityProofV2
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class IdentityProofV2
extends org.bouncycastle.asn1.ASN1Object

id-cmc-identityProofV2 OBJECT IDENTIFIER ::= { id-cmc 34 } identityProofV2 ::= SEQUENCE { proofAlgID AlgorithmIdentifier, macAlgId AlgorithmIdentifier, witness OCTET STRING }


Constructor Summary
IdentityProofV2(org.bouncycastle.asn1.x509.AlgorithmIdentifier proofAlgID, org.bouncycastle.asn1.x509.AlgorithmIdentifier macAlgId, byte[] witness)
           
 
Method Summary
static IdentityProofV2 getInstance(java.lang.Object o)
           
 org.bouncycastle.asn1.x509.AlgorithmIdentifier getMacAlgId()
           
 org.bouncycastle.asn1.x509.AlgorithmIdentifier getProofAlgID()
           
 byte[] getWitness()
           
 org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
           
 
Methods inherited from class org.bouncycastle.asn1.ASN1Object
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IdentityProofV2

public IdentityProofV2(org.bouncycastle.asn1.x509.AlgorithmIdentifier proofAlgID,
                       org.bouncycastle.asn1.x509.AlgorithmIdentifier macAlgId,
                       byte[] witness)
Method Detail

getInstance

public static IdentityProofV2 getInstance(java.lang.Object o)

getProofAlgID

public org.bouncycastle.asn1.x509.AlgorithmIdentifier getProofAlgID()

getMacAlgId

public org.bouncycastle.asn1.x509.AlgorithmIdentifier getMacAlgId()

getWitness

public byte[] getWitness()

toASN1Primitive

public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()

Bouncy Castle Cryptography Library 1.79