Class BCXMSSPublicKey
java.lang.Object
org.bouncycastle.pqc.jcajce.provider.xmss.BCXMSSPublicKey
- All Implemented Interfaces:
Serializable,Key,PublicKey,XMSSKey
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionBCXMSSPublicKey(ASN1ObjectIdentifier treeDigest, XMSSPublicKeyParameters keyParams) BCXMSSPublicKey(SubjectPublicKeyInfo keyInfo) -
Method Summary
-
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
public int hashCode() -
getHeight
public int getHeight() -
getTreeDigest
- Specified by:
getTreeDigestin interfaceXMSSKey
-