public class BCGMSSPublicKey extends Object implements CipherParameters, PublicKey
GMSSKeyPairGenerator,
Serialized Form| Constructor and Description |
|---|
BCGMSSPublicKey(byte[] pub,
GMSSParameters gmssParameterSet)
The constructor
|
BCGMSSPublicKey(GMSSPublicKeyParameters params) |
| Modifier and Type | Method and Description |
|---|---|
String |
getAlgorithm()
Returns the name of the algorithm
|
byte[] |
getEncoded() |
String |
getFormat() |
GMSSParameters |
getParameterSet() |
byte[] |
getPublicKeyBytes() |
String |
toString()
Returns a human readable form of the GMSS public key
|
public BCGMSSPublicKey(byte[] pub,
GMSSParameters gmssParameterSet)
pub - a raw GMSS public keygmssParameterSet - an instance of GMSS ParametersetGMSSKeyPairGeneratorpublic BCGMSSPublicKey(GMSSPublicKeyParameters params)
public String getAlgorithm()
getAlgorithm in interface Keypublic byte[] getPublicKeyBytes()
public GMSSParameters getParameterSet()
public String toString()
public byte[] getEncoded()
getEncoded in interface KeyCopyright © 2015–2021 The veraPDF Consortium. All rights reserved.