public class BCSphincs256PublicKey extends Object implements PublicKey, SPHINCSKey
Constructor and Description |
---|
BCSphincs256PublicKey(org.bouncycastle.asn1.ASN1ObjectIdentifier treeDigest,
org.bouncycastle.pqc.crypto.sphincs.SPHINCSPublicKeyParameters params) |
BCSphincs256PublicKey(org.bouncycastle.asn1.x509.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(org.bouncycastle.asn1.ASN1ObjectIdentifier treeDigest, org.bouncycastle.pqc.crypto.sphincs.SPHINCSPublicKeyParameters params)
public BCSphincs256PublicKey(org.bouncycastle.asn1.x509.SubjectPublicKeyInfo keyInfo)
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 © 2017 BouncyCastle.org. All rights reserved.