Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.qruov
Class QRUOVKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.qruov.QRUOVKeyParameters
All Implemented Interfaces:
CipherParameters
Direct Known Subclasses:
QRUOVPrivateKeyParameters, QRUOVPublicKeyParameters

public class QRUOVKeyParameters
extends AsymmetricKeyParameter

Common base for QR-UOV public and private key parameter classes; carries the QRUOVParameters parameter set the key belongs to.


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

QRUOVKeyParameters

public QRUOVKeyParameters(boolean isPrivate,
                          QRUOVParameters params)
Method Detail

getParameters

public QRUOVParameters getParameters()

Bouncy Castle Cryptography Library 1.85