Class XMSSPublicKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.crypto.params.XMSSKeyParameters
org.bouncycastle.crypto.params.XMSSPublicKeyParameters
- All Implemented Interfaces:
CipherParameters, Encodable
XMSS Public Key.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class XMSSKeyParameters
SHA_256, SHA_512, SHAKE128, SHAKE256, SHAKE256_LEN -
Method Summary
Modifier and TypeMethodDescriptionbyte[]Return a byte array representing the implementing object.byte[]byte[]getRoot()byte[]Deprecated.use getEncoded() - this method will become private.Methods inherited from class XMSSKeyParameters
getTreeDigestMethods inherited from class AsymmetricKeyParameter
isPrivate
-
Method Details
-
getEncoded
Description copied from interface:EncodableReturn a byte array representing the implementing object.- Specified by:
getEncodedin interfaceEncodable- Returns:
- a byte array representing the encoding.
- Throws:
IOException- if an issue arises generation the encoding.
-
toByteArray
Deprecated.use getEncoded() - this method will become private. -
getRoot
public byte[] getRoot() -
getPublicSeed
public byte[] getPublicSeed() -
getParameters
-