public class PublishTrustAnchors
extends org.bouncycastle.asn1.ASN1Object
PublishTrustAnchors ::= SEQUENCE {
seqNumber INTEGER,
hashAlgorithm AlgorithmIdentifier,
anchorHashes SEQUENCE OF OCTET STRING
}
| Constructor and Description |
|---|
PublishTrustAnchors(java.math.BigInteger seqNumber,
org.bouncycastle.asn1.x509.AlgorithmIdentifier hashAlgorithm,
byte[][] anchorHashes) |
| Modifier and Type | Method and Description |
|---|---|
byte[][] |
getAnchorHashes() |
org.bouncycastle.asn1.x509.AlgorithmIdentifier |
getHashAlgorithm() |
static PublishTrustAnchors |
getInstance(java.lang.Object o) |
java.math.BigInteger |
getSeqNumber() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public PublishTrustAnchors(java.math.BigInteger seqNumber,
org.bouncycastle.asn1.x509.AlgorithmIdentifier hashAlgorithm,
byte[][] anchorHashes)
public static PublishTrustAnchors getInstance(java.lang.Object o)
public java.math.BigInteger getSeqNumber()
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getHashAlgorithm()
public byte[][] getAnchorHashes()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object