JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Bouncy Castle Cryptography Library 1.79
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.bouncycastle.pqc.crypto.xmss
Interface XMSSStoreableObjectInterface
All Known Implementing Classes:
XMSSMTPrivateKeyParameters
,
XMSSMTPublicKeyParameters
,
XMSSMTSignature
,
XMSSPrivateKeyParameters
,
XMSSPublicKeyParameters
,
XMSSReducedSignature
,
XMSSSignature
Deprecated.
use Encodable
public interface
XMSSStoreableObjectInterface
Interface 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 and Description
byte[]
toByteArray
()
Deprecated.
Create byte representation of object.
Method Detail
toByteArray
byte[] toByteArray()
Deprecated.
Create byte representation of object.
Returns:
Byte representation of object.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Bouncy Castle Cryptography Library 1.79
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method