public class XMSSMTPrivateKey extends ASN1Object
XMMSMTPrivateKey ::= SEQUENCE {
version INTEGER -- 0
keyData SEQUENCE {
index INTEGER
secretKeySeed OCTET STRING
secretKeyPRF OCTET STRING
publicSeed OCTET STRING
root OCTET STRING
}
bdsState CHOICE {
platformSerialization [0] OCTET STRING
} OPTIONAL
}
| Constructor and Description |
|---|
XMSSMTPrivateKey(int index,
byte[] secretKeySeed,
byte[] secretKeyPRF,
byte[] publicSeed,
byte[] root,
byte[] bdsState) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getBdsState() |
int |
getIndex() |
static XMSSMTPrivateKey |
getInstance(java.lang.Object o) |
byte[] |
getPublicSeed() |
byte[] |
getRoot() |
byte[] |
getSecretKeyPRF() |
byte[] |
getSecretKeySeed() |
ASN1Primitive |
toASN1Primitive()
Method providing a primitive representation of this object suitable for encoding.
|
equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode, toASN1Objectpublic XMSSMTPrivateKey(int index,
byte[] secretKeySeed,
byte[] secretKeyPRF,
byte[] publicSeed,
byte[] root,
byte[] bdsState)
public static XMSSMTPrivateKey getInstance(java.lang.Object o)
public int getIndex()
public byte[] getSecretKeySeed()
public byte[] getSecretKeyPRF()
public byte[] getPublicSeed()
public byte[] getRoot()
public byte[] getBdsState()
public ASN1Primitive toASN1Primitive()
ASN1ObjecttoASN1Primitive in interface ASN1EncodabletoASN1Primitive in class ASN1Object