Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.qruov
Class QRUOVPrivateKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.qruov.QRUOVKeyParameters
          extended byorg.bouncycastle.pqc.crypto.qruov.QRUOVPrivateKeyParameters
All Implemented Interfaces:
CipherParameters

public class QRUOVPrivateKeyParameters
extends QRUOVKeyParameters

Lightweight private key parameters for QR-UOV. Wraps the raw encoded private key bytes produced by QRUOVKeyPairGenerator for the parameter set carried on the superclass.


Constructor Summary
QRUOVPrivateKeyParameters(QRUOVParameters params, byte[] sk)
           
 
Method Summary
 byte[] getEncoded()
           
 byte[] getPrivateKey()
           
 
Methods inherited from class org.bouncycastle.pqc.crypto.qruov.QRUOVKeyParameters
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

QRUOVPrivateKeyParameters

public QRUOVPrivateKeyParameters(QRUOVParameters params,
                                 byte[] sk)
Method Detail

getEncoded

public byte[] getEncoded()

getPrivateKey

public byte[] getPrivateKey()

Bouncy Castle Cryptography Library 1.85