public class XMSSKeyParams extends ASN1Object
XMSSKeyParams ::= SEQUENCE { version INTEGER -- 0 height INTEGER treeDigest AlgorithmIdentifier }
Constructor and Description |
---|
XMSSKeyParams(int height,
AlgorithmIdentifier treeDigest) |
Modifier and Type | Method and Description |
---|---|
int |
getHeight() |
static XMSSKeyParams |
getInstance(java.lang.Object o) |
AlgorithmIdentifier |
getTreeDigest() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode
public XMSSKeyParams(int height, AlgorithmIdentifier treeDigest)
public static XMSSKeyParams getInstance(java.lang.Object o)
public int getHeight()
public AlgorithmIdentifier getTreeDigest()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object