Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.mqom
Class MQOMKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.mqom.MQOMKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
MQOMPrivateKeyParameters, MQOMPublicKeyParameters

public class MQOMKeyParameters
extends AsymmetricKeyParameter


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

MQOMKeyParameters

public MQOMKeyParameters(boolean isPrivate,
                         MQOMParameters params)
Method Detail

getParameters

public MQOMParameters getParameters()

Bouncy Castle Cryptography Library 1.85