Class QRUOVPublicKeyParameters
- java.lang.Object
-
- org.bouncycastle.crypto.params.AsymmetricKeyParameter
-
- org.bouncycastle.pqc.crypto.qruov.QRUOVKeyParameters
-
- org.bouncycastle.pqc.crypto.qruov.QRUOVPublicKeyParameters
-
- All Implemented Interfaces:
CipherParameters
public class QRUOVPublicKeyParameters extends QRUOVKeyParameters
Lightweight public key parameters for QR-UOV. Wraps the raw encoded public key bytes produced byQRUOVKeyPairGeneratorfor the parameter set carried on the superclass.
-
-
Constructor Summary
Constructors Constructor Description QRUOVPublicKeyParameters(QRUOVParameters params, byte[] pk)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]getEncoded()byte[]getPublicKey()-
Methods inherited from class org.bouncycastle.pqc.crypto.qruov.QRUOVKeyParameters
getParameters
-
Methods inherited from class org.bouncycastle.crypto.params.AsymmetricKeyParameter
isPrivate
-
-
-
-
Constructor Detail
-
QRUOVPublicKeyParameters
public QRUOVPublicKeyParameters(QRUOVParameters params, byte[] pk)
-
-