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 XMSSSignature extends XMSSReducedSignature implements XMSSStoreableObjectInterface, Encodable
| Modifier and Type | Class and Description |
|---|---|
static class |
XMSSSignature.Builder
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getEncoded()
Deprecated.
Return a byte array representing the implementing object.
|
int |
getIndex()
Deprecated.
|
byte[] |
getRandom()
Deprecated.
|
byte[] |
toByteArray()
Deprecated.
use getEncoded() this method will become private.
|
getAuthPath, getParams, getWOTSPlusSignaturepublic 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 XMSSStoreableObjectInterfacetoByteArray in class XMSSReducedSignaturepublic int getIndex()
public byte[] getRandom()