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