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