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
@Deprecated
public abstract class LMSKeyParameters
extends AsymmetricKeyParameter
implements Encodable
Deprecated.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract byte[]Deprecated.Return a byte array representing the implementing object.Methods inherited from class AsymmetricKeyParameter
isPrivate
-
Constructor Details
-
LMSKeyParameters
protected LMSKeyParameters(boolean isPrivateKey) Deprecated.
-
-
Method Details
-
getEncoded
Deprecated.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.
-
LMSKeyParametersinstead.