XMSSSigner /
XMSSKeyPairGenerator and the
org.bouncycastle.crypto.params key classes instead; the engine operations those are
built on are on org.bouncycastle.crypto.signers.xmss.XMSSEngine.@Deprecated public final class XMSSMTSignature extends java.lang.Object implements XMSSStoreableObjectInterface, Encodable
| Modifier and Type | Class and Description |
|---|---|
static class |
XMSSMTSignature.Builder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Deprecated.
Return a byte array representing the implementing object.
|
long |
getIndex()
Deprecated.
|
byte[] |
getRandom()
Deprecated.
|
java.util.List<XMSSReducedSignature> |
getReducedSignatures()
Deprecated.
|
byte[] |
toByteArray()
Deprecated.
Create byte representation of object.
|
public byte[] getEncoded()
throws java.io.IOException
EncodablegetEncoded in interface Encodablejava.io.IOException - if an issue arises generation the encoding.public byte[] toByteArray()
XMSSStoreableObjectInterfacetoByteArray in interface XMSSStoreableObjectInterfacepublic long getIndex()
public byte[] getRandom()
public java.util.List<XMSSReducedSignature> getReducedSignatures()