public final class XMSSMTPrivateKeyParameters extends AsymmetricKeyParameter implements XMSSStoreableObjectInterface
| Modifier and Type | Class and Description |
|---|---|
static class |
XMSSMTPrivateKeyParameters.Builder |
| Modifier and Type | Method and Description |
|---|---|
long |
getIndex() |
XMSSMTPrivateKeyParameters |
getNextKey() |
XMSSMTParameters |
getParameters() |
byte[] |
getPublicSeed() |
byte[] |
getRoot() |
byte[] |
getSecretKeyPRF() |
byte[] |
getSecretKeySeed() |
byte[] |
toByteArray()
Create byte representation of object.
|
isPrivatepublic byte[] toByteArray()
XMSSStoreableObjectInterfacetoByteArray in interface XMSSStoreableObjectInterfacepublic long getIndex()
public byte[] getSecretKeySeed()
public byte[] getSecretKeyPRF()
public byte[] getPublicSeed()
public byte[] getRoot()
public XMSSMTParameters getParameters()
public XMSSMTPrivateKeyParameters getNextKey()