|
Bouncy Castle Cryptography Library 1.81 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.pqc.jcajce.provider.gmss.BCGMSSPublicKey
This class implements the GMSS public key and is usually initiated by the GMSSKeyPairGenerator.
GMSSKeyPairGenerator,
Serialized Form| Constructor Summary | |
BCGMSSPublicKey(byte[] pub,
GMSSParameters gmssParameterSet)
The constructor |
|
BCGMSSPublicKey(GMSSPublicKeyParameters params)
|
|
| Method Summary | |
java.lang.String |
getAlgorithm()
Returns the name of the algorithm |
byte[] |
getEncoded()
|
java.lang.String |
getFormat()
|
GMSSParameters |
getParameterSet()
|
byte[] |
getPublicKeyBytes()
|
java.lang.String |
toString()
Returns a human readable form of the GMSS public key |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public BCGMSSPublicKey(byte[] pub,
GMSSParameters gmssParameterSet)
pub - a raw GMSS public keygmssParameterSet - an instance of GMSS ParametersetGMSSKeyPairGeneratorpublic BCGMSSPublicKey(GMSSPublicKeyParameters params)
| Method Detail |
public java.lang.String getAlgorithm()
getAlgorithm in interface java.security.Keypublic byte[] getPublicKeyBytes()
public GMSSParameters getParameterSet()
public java.lang.String toString()
public byte[] getEncoded()
getEncoded in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Key
|
Bouncy Castle Cryptography Library 1.81 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||