public final class XMSSPrivateKeyParameters extends AsymmetricKeyParameter implements XMSSStoreableObjectInterface
Modifier and Type | Class and Description |
---|---|
static class |
XMSSPrivateKeyParameters.Builder |
Modifier and Type | Method and Description |
---|---|
int |
getIndex() |
XMSSPrivateKeyParameters |
getNextKey() |
XMSSParameters |
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 int getIndex()
public byte[] getSecretKeySeed()
public byte[] getSecretKeyPRF()
public byte[] getPublicSeed()
public byte[] getRoot()
public XMSSParameters getParameters()
public XMSSPrivateKeyParameters getNextKey()