Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.legacy.crypto.gmss
Class GMSSPublicKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.legacy.crypto.gmss.GMSSKeyParameters
              |
              +--org.bouncycastle.pqc.legacy.crypto.gmss.GMSSPublicKeyParameters
All Implemented Interfaces:
CipherParameters

public class GMSSPublicKeyParameters
extends GMSSKeyParameters


Constructor Summary
GMSSPublicKeyParameters(byte[] key, GMSSParameters gmssParameterSet)
          The constructor.
 
Method Summary
 byte[] getPublicKey()
          Returns the GMSS public key
 
Methods inherited from class org.bouncycastle.pqc.legacy.crypto.gmss.GMSSKeyParameters
getParameters
 
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GMSSPublicKeyParameters

public GMSSPublicKeyParameters(byte[] key,
                               GMSSParameters gmssParameterSet)
The constructor.
Parameters:
key - a raw GMSS public key
gmssParameterSet - an instance of GMSSParameterset
Method Detail

getPublicKey

public byte[] getPublicKey()
Returns the GMSS public key
Returns:
The GMSS public key

Bouncy Castle Cryptography Library 1.79