Bouncy Castle Cryptography 1.50

org.bouncycastle.pqc.crypto.gmss
Class GMSSKeyParameters

java.lang.Object
  extended by org.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended by org.bouncycastle.pqc.crypto.gmss.GMSSKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
GMSSPrivateKeyParameters, GMSSPublicKeyParameters

public class GMSSKeyParameters
extends AsymmetricKeyParameter


Constructor Summary
GMSSKeyParameters(boolean isPrivate, GMSSParameters params)
           
 
Method Summary
 GMSSParameters 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

GMSSKeyParameters

public GMSSKeyParameters(boolean isPrivate,
                         GMSSParameters params)
Method Detail

getParameters

public GMSSParameters getParameters()

Bouncy Castle Cryptography 1.50