public class BCLMSPublicKey extends java.lang.Object implements java.security.PublicKey, LMSKey
| Constructor and Description |
|---|
BCLMSPublicKey(LMSKeyParameters keyParams) |
BCLMSPublicKey(SubjectPublicKeyInfo keyInfo) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
java.lang.String |
getAlgorithm() |
byte[] |
getEncoded() |
java.lang.String |
getFormat() |
int |
getLevels()
Return the number of levels (L) associated with the key.
|
int |
hashCode() |
public BCLMSPublicKey(LMSKeyParameters keyParams)
public BCLMSPublicKey(SubjectPublicKeyInfo keyInfo) throws java.io.IOException
java.io.IOExceptionpublic final java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic byte[] getEncoded()
getEncoded in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Keypublic boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object