public class LMSSignature extends java.lang.Object implements Encodable
getInstance(Object) and re-encode it with getEncoded(). An
HSSPrivateKeyParameters carries the chaining signatures
of its hierarchy as instances of this class.| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getEncoded()
Return a byte array representing the implementing object.
|
static LMSSignature |
getInstance(java.lang.Object src) |
int |
hashCode() |
public static LMSSignature getInstance(java.lang.Object src) throws java.io.IOException
java.io.IOExceptionpublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic byte[] getEncoded()
throws java.io.IOException
EncodablegetEncoded in interface Encodablejava.io.IOException - if an issue arises generation the encoding.