Package org.bouncycastle.pqc.crypto.xmss
Class XMSSMTPrivateKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.xmss.XMSSMTKeyParameters
-
- org.bouncycastle.pqc.crypto.xmss.XMSSMTPrivateKeyParameters
-
- All Implemented Interfaces:
CipherParameters,XMSSStoreableObjectInterface
public final class XMSSMTPrivateKeyParameters extends XMSSMTKeyParameters implements XMSSStoreableObjectInterface
XMSS^MT Private Key.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classXMSSMTPrivateKeyParameters.Builder
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longgetIndex()XMSSMTPrivateKeyParametersgetNextKey()XMSSMTParametersgetParameters()byte[]getPublicSeed()byte[]getRoot()byte[]getSecretKeyPRF()byte[]getSecretKeySeed()longgetUsagesRemaining()byte[]toByteArray()Create byte representation of object.-
Methods inherited from class org.bouncycastle.pqc.crypto.xmss.XMSSMTKeyParameters
getTreeDigest
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Method Detail
-
toByteArray
public byte[] toByteArray()
Description copied from interface:XMSSStoreableObjectInterfaceCreate byte representation of object.- Specified by:
toByteArrayin interfaceXMSSStoreableObjectInterface- Returns:
- Byte representation of object.
-
getIndex
public long getIndex()
-
getUsagesRemaining
public long getUsagesRemaining()
-
getSecretKeySeed
public byte[] getSecretKeySeed()
-
getSecretKeyPRF
public byte[] getSecretKeyPRF()
-
getPublicSeed
public byte[] getPublicSeed()
-
getRoot
public byte[] getRoot()
-
getParameters
public XMSSMTParameters getParameters()
-
getNextKey
public XMSSMTPrivateKeyParameters getNextKey()
-
-