public abstract class LMSKeyParameters extends AsymmetricKeyParameter implements Encodable
| Modifier | Constructor and Description |
|---|---|
protected |
LMSKeyParameters(boolean isPrivateKey) |
| Modifier and Type | Method and Description |
|---|---|
abstract byte[] |
getEncoded()
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.