public class PopLinkWitnessV2 extends ASN1Object
id-cmc-popLinkWitnessV2 OBJECT IDENTIFIER ::= { id-cmc 33 } PopLinkWitnessV2 ::= SEQUENCE { keyGenAlgorithm AlgorithmIdentifier, macAlgorithm AlgorithmIdentifier, witness OCTET STRING }
Constructor and Description |
---|
PopLinkWitnessV2(AlgorithmIdentifier keyGenAlgorithm,
AlgorithmIdentifier macAlgorithm,
byte[] witness) |
Modifier and Type | Method and Description |
---|---|
static PopLinkWitnessV2 |
getInstance(java.lang.Object o) |
AlgorithmIdentifier |
getKeyGenAlgorithm() |
AlgorithmIdentifier |
getMacAlgorithm() |
byte[] |
getWitness() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public PopLinkWitnessV2(AlgorithmIdentifier keyGenAlgorithm, AlgorithmIdentifier macAlgorithm, byte[] witness)
public static PopLinkWitnessV2 getInstance(java.lang.Object o)
public AlgorithmIdentifier getKeyGenAlgorithm()
public AlgorithmIdentifier getMacAlgorithm()
public byte[] getWitness()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object