Package org.bouncycastle.pqc.crypto.lms
Class LMSKeyParameters
java.lang.Object
org.bouncycastle.crypto.params.AsymmetricKeyParameter
org.bouncycastle.pqc.crypto.lms.LMSKeyParameters
- All Implemented Interfaces:
CipherParameters
,Encodable
- Direct Known Subclasses:
HSSPrivateKeyParameters
,HSSPublicKeyParameters
,LMSPrivateKeyParameters
,LMSPublicKeyParameters
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract byte[]
Return a byte array representing the implementing object.Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
LMSKeyParameters
protected LMSKeyParameters(boolean isPrivateKey)
-
-
Method Details
-
getEncoded
Description copied from interface:Encodable
Return a byte array representing the implementing object.- Specified by:
getEncoded
in interfaceEncodable
- Returns:
- a byte array representing the encoding.
- Throws:
IOException
- if an issue arises generation the encoding.
-