Class BCXMSSMTPublicKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSMTPublicKey
- All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, Key, PublicKey, XMSSMTKey
-
Constructor Summary
ConstructorsConstructorDescriptionBCXMSSMTPublicKey(ASN1ObjectIdentifier treeDigest, XMSSMTPublicKeyParameters keyParams) BCXMSSMTPublicKey(SubjectPublicKeyInfo keyInfo) -
Method Summary
Methods inherited from class Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface AsymmetricKey
getParams
-
Constructor Details
-
BCXMSSMTPublicKey
-
BCXMSSMTPublicKey
- Throws:
IOException
-
-
Method Details
-
equals
-
hashCode
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey- Returns:
- name of the algorithm - "XMSSMT"
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getFormat
-
getHeight
-
getLayers
-
getTreeDigest
- Specified by:
getTreeDigestin interfaceXMSSMTKey
-