public class PopLinkWitnessV2
extends ASN1Object
| 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() |
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()