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.
|
isPrivate
public byte[] toByteArray()
XMSSStoreableObjectInterface
toByteArray
in interface XMSSStoreableObjectInterface
public long getIndex()
public byte[] getSecretKeySeed()
public byte[] getSecretKeyPRF()
public byte[] getPublicSeed()
public byte[] getRoot()
public XMSSMTParameters getParameters()
public XMSSMTPrivateKeyParameters getNextKey()