public class PublishTrustAnchors extends ASN1Object
PublishTrustAnchors ::= SEQUENCE { seqNumber INTEGER, hashAlgorithm AlgorithmIdentifier, anchorHashes SEQUENCE OF OCTET STRING }
Constructor and Description |
---|
PublishTrustAnchors(java.math.BigInteger seqNumber,
AlgorithmIdentifier hashAlgorithm,
byte[][] anchorHashes) |
Modifier and Type | Method and Description |
---|---|
byte[][] |
getAnchorHashes() |
AlgorithmIdentifier |
getHashAlgorithm() |
static PublishTrustAnchors |
getInstance(java.lang.Object o) |
java.math.BigInteger |
getSeqNumber() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Object
public PublishTrustAnchors(java.math.BigInteger seqNumber, AlgorithmIdentifier hashAlgorithm, byte[][] anchorHashes)
public static PublishTrustAnchors getInstance(java.lang.Object o)
public java.math.BigInteger getSeqNumber()
public AlgorithmIdentifier getHashAlgorithm()
public byte[][] getAnchorHashes()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object