JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
Bouncy Castle Cryptography Library 1.57
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
public interface
XMSSStoreableObjectInterface
Interface for XMSS objects that need to be storeable as a byte array.
Method Summary
Methods
Modifier and Type
Method and Description
byte[]
toByteArray
()
Create byte representation of object.
Method Detail
toByteArray
byte[] toByteArray()
Create byte representation of object.
Returns:
Byte representation of object.
Overview
Package
Class
Tree
Deprecated
Index
Help
Bouncy Castle Cryptography Library 1.57
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method