Table of Contents

Class PartialHashtree

Namespace
Org.BouncyCastle.Asn1.Tsp
Assembly
BouncyCastle.Cryptography.dll
public class PartialHashtree : Asn1Encodable, IAsn1Convertible
Inheritance
PartialHashtree
Implements
Inherited Members

Constructors

PartialHashtree(params byte[][])

public PartialHashtree(params byte[][] values)

Parameters

values byte[][]

Properties

ValueCount

public virtual int ValueCount { get; }

Property Value

int

Methods

ContainsHash(byte[])

public virtual bool ContainsHash(byte[] hash)

Parameters

hash byte[]

Returns

bool

GetInstance(Asn1TaggedObject, bool)

public static PartialHashtree GetInstance(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

PartialHashtree

GetInstance(object)

public static PartialHashtree GetInstance(object obj)

Parameters

obj object

Returns

PartialHashtree

GetTagged(Asn1TaggedObject, bool)

public static PartialHashtree GetTagged(Asn1TaggedObject taggedObject, bool declaredExplicit)

Parameters

taggedObject Asn1TaggedObject
declaredExplicit bool

Returns

PartialHashtree

GetValues()

public virtual byte[][] GetValues()

Returns

byte[][]

ToAsn1Object()

public override Asn1Object ToAsn1Object()

Returns

Asn1Object