ASN1Encodable
, Encodable
public class SPHINCS256KeyParams extends ASN1Object
Constructor | Description |
---|---|
SPHINCS256KeyParams(AlgorithmIdentifier treeDigest) |
Modifier and Type | Method | Description |
---|---|---|
static SPHINCS256KeyParams |
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, toASN1Object
public SPHINCS256KeyParams(AlgorithmIdentifier treeDigest)
public static final SPHINCS256KeyParams getInstance(java.lang.Object o)
public AlgorithmIdentifier getTreeDigest()
public ASN1Primitive toASN1Primitive()
ASN1Object
toASN1Primitive
in interface ASN1Encodable
toASN1Primitive
in class ASN1Object