Class QRUOVPrivateKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.qruov.QRUOVKeyParameters
-
- org.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 byQRUOVKeyPairGeneratorfor the parameter set carried on the superclass.
-
-
Constructor Summary
Constructors Constructor Description QRUOVPrivateKeyParameters(QRUOVParameters params, byte[] sk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
QRUOVPrivateKeyParameters
public QRUOVPrivateKeyParameters(QRUOVParameters params, byte[] sk)
-
-