|
Bouncy Castle Cryptography 1.50 | ||||||||
| 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
public class BCGMSSPublicKey
This class implements the GMSS public key and is usually initiated by the GMSSKeyPairGenerator.
GMSSKeyPairGenerator,
GMSSPublicKeySpec,
Serialized Form| Constructor Summary | |
|---|---|
|
BCGMSSPublicKey(byte[] pub,
GMSSParameters gmssParameterSet)
The constructor |
|
BCGMSSPublicKey(GMSSPublicKeyParameters params)
|
protected |
BCGMSSPublicKey(GMSSPublicKeySpec keySpec)
The constructor |
| 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 ParametersetGMSSKeyPairGeneratorprotected BCGMSSPublicKey(GMSSPublicKeySpec keySpec)
keySpec - a GMSS key specificationpublic 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()
toString in class java.lang.Objectpublic byte[] getEncoded()
getEncoded in interface java.security.Keypublic java.lang.String getFormat()
getFormat in interface java.security.Key
|
Bouncy Castle Cryptography 1.50 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||