public class PopLinkWitnessV2
extends org.bouncycastle.asn1.ASN1Object
id-cmc-popLinkWitnessV2 OBJECT IDENTIFIER ::= { id-cmc 33 }
PopLinkWitnessV2 ::= SEQUENCE {
keyGenAlgorithm AlgorithmIdentifier,
macAlgorithm AlgorithmIdentifier,
witness OCTET STRING
}
| Constructor and Description |
|---|
PopLinkWitnessV2(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyGenAlgorithm,
org.bouncycastle.asn1.x509.AlgorithmIdentifier macAlgorithm,
byte[] witness) |
| Modifier and Type | Method and Description |
|---|---|
static PopLinkWitnessV2 |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getKeyGenAlgorithm() |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getMacAlgorithm() |
byte[] |
getWitness() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public PopLinkWitnessV2(org.bouncycastle.asn1.x509.AlgorithmIdentifier keyGenAlgorithm,
org.bouncycastle.asn1.x509.AlgorithmIdentifier macAlgorithm,
byte[] witness)
public static PopLinkWitnessV2 getInstance(java.lang.Object o)
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getKeyGenAlgorithm()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getMacAlgorithm()
public byte[] getWitness()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object