public class PartialHashtree extends ASN1Object
The ASN.1 notation for a PartialHashTree is:
PartialHashtree ::= SEQUENCE OF OCTET STRING
| Constructor and Description |
|---|
PartialHashtree(byte[] values) |
PartialHashtree(byte[][] values) |
| Modifier and Type | Method and Description |
|---|---|
static PartialHashtree |
getInstance(Object obj)
Return a PartialHashtree from the given object.
|
byte[][] |
getValues() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic PartialHashtree(byte[] values)
public PartialHashtree(byte[][] values)
public static PartialHashtree getInstance(Object obj)
obj - the object we want converted.IllegalArgumentException - if the object cannot be converted.public byte[][] getValues()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1ObjectCopyright © 2015–2019 The veraPDF Consortium. All rights reserved.