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. 
 | 
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic XMSSKeyParams(int height,
                     AlgorithmIdentifier treeDigest)
public static XMSSKeyParams getInstance(java.lang.Object o)
public int getHeight()
public AlgorithmIdentifier getTreeDigest()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object