public class BCXMSSMTPublicKey extends java.lang.Object implements java.security.PublicKey, XMSSMTKey
| Constructor and Description |
|---|
BCXMSSMTPublicKey(ASN1ObjectIdentifier treeDigest,
XMSSMTPublicKeyParameters keyParams) |
BCXMSSMTPublicKey(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 |
getHeight() |
int |
getLayers() |
java.lang.String |
getTreeDigest() |
int |
hashCode() |
public BCXMSSMTPublicKey(ASN1ObjectIdentifier treeDigest, XMSSMTPublicKeyParameters keyParams)
public BCXMSSMTPublicKey(SubjectPublicKeyInfo keyInfo) 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 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 java.lang.String getTreeDigest()
getTreeDigest in interface XMSSMTKey