Bouncy Castle Cryptography Library 1.79

org.bouncycastle.pqc.crypto.cmce
Class CMCEKeyParameters

java.lang.Object
  |
  +--org.bouncycastle.crypto.params.AsymmetricKeyParameter
        |
        +--org.bouncycastle.pqc.crypto.cmce.CMCEKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
CMCEPrivateKeyParameters, CMCEPublicKeyParameters

public class CMCEKeyParameters
extends AsymmetricKeyParameter


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

CMCEKeyParameters

public CMCEKeyParameters(boolean isPrivate,
                         CMCEParameters params)
Method Detail

getParameters

public CMCEParameters getParameters()

Bouncy Castle Cryptography Library 1.79