LMSKeyParameters instead.@Deprecated public abstract class LMSKeyParameters extends AsymmetricKeyParameter implements Encodable
| Modifier | Constructor and Description |
|---|---|
protected |
LMSKeyParameters(boolean isPrivateKey)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
abstract byte[] |
getEncoded()
Deprecated.
Return a byte array representing the implementing object.
|
isPrivatepublic abstract byte[] getEncoded()
throws java.io.IOException
EncodablegetEncoded in interface Encodablejava.io.IOException - if an issue arises generation the encoding.