Package org.bouncycastle.asn1.cmc
Class PublishTrustAnchors
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.cmc.PublishTrustAnchors
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable,org.bouncycastle.util.Encodable
public class PublishTrustAnchors extends org.bouncycastle.asn1.ASN1ObjectPublishTrustAnchors ::= SEQUENCE { seqNumber INTEGER, hashAlgorithm AlgorithmIdentifier, anchorHashes SEQUENCE OF OCTET STRING }
-
-
Constructor Summary
Constructors Constructor Description PublishTrustAnchors(java.math.BigInteger seqNumber, org.bouncycastle.asn1.x509.AlgorithmIdentifier hashAlgorithm, byte[][] anchorHashes)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[][]getAnchorHashes()org.bouncycastle.asn1.x509.AlgorithmIdentifiergetHashAlgorithm()static PublishTrustAnchorsgetInstance(java.lang.Object o)java.math.BigIntegergetSeqNumber()org.bouncycastle.asn1.ASN1PrimitivetoASN1Primitive()
-
-
-
Method Detail
-
getInstance
public static PublishTrustAnchors getInstance(java.lang.Object o)
-
getSeqNumber
public java.math.BigInteger getSeqNumber()
-
getHashAlgorithm
public org.bouncycastle.asn1.x509.AlgorithmIdentifier getHashAlgorithm()
-
getAnchorHashes
public byte[][] getAnchorHashes()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitivein interfaceorg.bouncycastle.asn1.ASN1Encodable- Specified by:
toASN1Primitivein classorg.bouncycastle.asn1.ASN1Object
-
-