Package org.bouncycastle.pqc.crypto.xmss
Interface XMSSStoreableObjectInterface
- All Known Implementing Classes:
XMSSMTPrivateKeyParameters
,XMSSMTPublicKeyParameters
,XMSSMTSignature
,XMSSPrivateKeyParameters
,XMSSPublicKeyParameters
,XMSSReducedSignature
,XMSSSignature
public interface XMSSStoreableObjectInterface
Deprecated.
use Encodable
Interface for XMSS objects that need to be storeable as a byte array.
-
Method Summary
Modifier and TypeMethodDescriptionbyte[]
Deprecated.Create byte representation of object.
-
Method Details
-
toByteArray
byte[] toByteArray()Deprecated.Create byte representation of object.- Returns:
- Byte representation of object.
-