Package org.bouncycastle.pqc.crypto.xmss
Class XMSSKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.xmss.XMSSKeyParameters
-
- All Implemented Interfaces:
CipherParameters
- Direct Known Subclasses:
XMSSPrivateKeyParameters
,XMSSPublicKeyParameters
public class XMSSKeyParameters extends AsymmetricKeyParameter
-
-
Constructor Summary
Constructors Constructor Description XMSSKeyParameters(boolean isPrivateKey, String treeDigest)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getTreeDigest()
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Field Detail
-
SHA_256
public static final String SHA_256
- See Also:
- Constant Field Values
-
SHA_512
public static final String SHA_512
- See Also:
- Constant Field Values
-
SHAKE128
public static final String SHAKE128
- See Also:
- Constant Field Values
-
SHAKE256
public static final String SHAKE256
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
XMSSKeyParameters
public XMSSKeyParameters(boolean isPrivateKey, String treeDigest)
-
-
Method Detail
-
getTreeDigest
public String getTreeDigest()
-
-