Class BCXMSSPublicKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSPublicKey
- All Implemented Interfaces:
Serializable, AsymmetricKey, DEREncodablePREVIEW, Key, PublicKey, XMSSKey
-
Constructor Summary
ConstructorsConstructorDescriptionBCXMSSPublicKey(ASN1ObjectIdentifier treeDigest, XMSSPublicKeyParameters keyParams) BCXMSSPublicKey(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
-
BCXMSSPublicKey
-
BCXMSSPublicKey
- Throws:
IOException
-
-
Method Details
-
getAlgorithm
- Specified by:
getAlgorithmin interfaceKey- Returns:
- name of the algorithm - "XMSS"
-
getEncoded
public byte[] getEncoded()- Specified by:
getEncodedin interfaceKey
-
getFormat
-
equals
-
hashCode
-
getHeight
-
getTreeDigest
- Specified by:
getTreeDigestin interfaceXMSSKey
-