public final class XMSSMTPrivateKeyParameters extends java.lang.Object implements XMSSStoreableObjectInterface
Modifier and Type | Class and Description |
---|---|
static class |
XMSSMTPrivateKeyParameters.Builder |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.Integer,BDS> |
getBDSState() |
long |
getIndex() |
byte[] |
getPublicSeed() |
byte[] |
getRoot() |
byte[] |
getSecretKeyPRF() |
byte[] |
getSecretKeySeed() |
byte[] |
toByteArray()
Create byte representation of object.
|
public byte[] toByteArray()
XMSSStoreableObjectInterface
toByteArray
in interface XMSSStoreableObjectInterface
public long getIndex()
public byte[] getSecretKeySeed()
public byte[] getSecretKeyPRF()
public byte[] getPublicSeed()
public byte[] getRoot()
public java.util.Map<java.lang.Integer,BDS> getBDSState()