Package org.bouncycastle.pqc.crypto.xmss
Class XMSSMTPublicKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.xmss.XMSSMTKeyParameters
org.bouncycastle.pqc.crypto.xmss.XMSSMTPublicKeyParameters
- All Implemented Interfaces:
CipherParameters,XMSSStoreableObjectInterface,Encodable
public final class XMSSMTPublicKeyParameters
extends XMSSMTKeyParameters
implements XMSSStoreableObjectInterface, Encodable
XMSS^MT Public Key.
-
Nested Class Summary
Nested Classes -
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 org.bouncycastle.pqc.crypto.xmss.XMSSMTKeyParameters
getTreeDigestMethods inherited from class org.bouncycastle.crypto.params.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
public byte[] toByteArray()Deprecated.use getEncoded() - this method will become private.Description copied from interface:XMSSStoreableObjectInterfaceCreate byte representation of object.- Specified by:
toByteArrayin interfaceXMSSStoreableObjectInterface- Returns:
- Byte representation of object.
-
getRoot
public byte[] getRoot() -
getPublicSeed
public byte[] getPublicSeed() -
getParameters
-