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