public class BCLMSPublicKey extends Object implements PublicKey, LMSKey
Constructor and Description |
---|
BCLMSPublicKey(LMSKeyParameters keyParams) |
BCLMSPublicKey(SubjectPublicKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getAlgorithm() |
byte[] |
getEncoded() |
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 IOException
IOException
public final String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
Copyright © 2021 BouncyCastle.org. All rights reserved.