public class BCSphincs256PublicKey extends Object implements PublicKey, SPHINCSKey
Constructor and Description |
---|
BCSphincs256PublicKey(ASN1ObjectIdentifier treeDigest,
SPHINCSPublicKeyParameters params) |
BCSphincs256PublicKey(SubjectPublicKeyInfo keyInfo) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o)
Compare this SPHINCS-256 public key with another object.
|
String |
getAlgorithm() |
byte[] |
getEncoded() |
String |
getFormat() |
byte[] |
getKeyData() |
int |
hashCode() |
public BCSphincs256PublicKey(ASN1ObjectIdentifier treeDigest, SPHINCSPublicKeyParameters params)
public BCSphincs256PublicKey(SubjectPublicKeyInfo keyInfo) throws IOException
IOException
public boolean equals(Object o)
public final String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
public byte[] getKeyData()
getKeyData
in interface SPHINCSKey
Copyright © 2021 BouncyCastle.org. All rights reserved.