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. 
 | 
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()