public class PartialHashtree
extends ASN1Object
The ASN.1 notation for a PartialHashTree is:
PartialHashtree ::= SEQUENCE OF OCTET STRING
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsHash(byte[] hash) |
static PartialHashtree |
getInstance(java.lang.Object obj)
Return a PartialHashtree from the given object.
|
int |
getValueCount() |
byte[][] |
getValues() |
ASN1Primitive |
toASN1Primitive() |
public static PartialHashtree getInstance(java.lang.Object obj)
obj - the object we want converted.java.lang.IllegalArgumentException - if the object cannot be converted.public int getValueCount()
public byte[][] getValues()
public boolean containsHash(byte[] hash)
public ASN1Primitive toASN1Primitive()