public class BCGMSSPublicKey extends Object implements CipherParameters, PublicKey
GMSSKeyPairGenerator
,
Serialized FormConstructor 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 ParametersetGMSSKeyPairGenerator
public BCGMSSPublicKey(GMSSPublicKeyParameters params)
public String getAlgorithm()
getAlgorithm
in interface Key
public byte[] getPublicKeyBytes()
public GMSSParameters getParameterSet()
public String toString()
public byte[] getEncoded()
getEncoded
in interface Key
Copyright © 2021 BouncyCastle.org. All rights reserved.