Class BCXMSSMTPublicKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSMTPublicKey
- All Implemented Interfaces:
Serializable
,Key
,PublicKey
,XMSSMTKey
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBCXMSSMTPublicKey
(ASN1ObjectIdentifier treeDigest, XMSSMTPublicKeyParameters keyParams) BCXMSSMTPublicKey
(SubjectPublicKeyInfo keyInfo) -
Method Summary
-
Constructor Details
-
BCXMSSMTPublicKey
-
BCXMSSMTPublicKey
- Throws:
IOException
-
-
Method Details
-
equals
-
hashCode
public int hashCode() -
getAlgorithm
- Specified by:
getAlgorithm
in interfaceKey
- Returns:
- name of the algorithm - "XMSSMT"
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncoded
in interfaceKey
-
getFormat
-
getHeight
public int getHeight() -
getLayers
public int getLayers() -
getTreeDigest
- Specified by:
getTreeDigest
in interfaceXMSSMTKey
-