public class BCNHPublicKey extends Object implements NHPublicKey
Constructor and Description |
---|
BCNHPublicKey(NHPublicKeyParameters params) |
BCNHPublicKey(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[] |
getPublicData() |
int |
hashCode() |
public BCNHPublicKey(NHPublicKeyParameters params)
public BCNHPublicKey(SubjectPublicKeyInfo keyInfo)
public boolean equals(Object o)
public final String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getEncoded()
getEncoded
in interface Key
public byte[] getPublicData()
getPublicData
in interface NHPublicKey
Copyright © 2017 BouncyCastle.org. All rights reserved.