Bouncy Castle Cryptography Library 1.85

org.bouncycastle.pqc.crypto.qruov
Class QRUOVPublicKeyParameters

java.lang.Object
  extended byorg.bouncycastle.crypto.params.AsymmetricKeyParameter
      extended byorg.bouncycastle.pqc.crypto.qruov.QRUOVKeyParameters
          extended byorg.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 by QRUOVKeyPairGenerator for the parameter set carried on the superclass.


Constructor Summary
QRUOVPublicKeyParameters(QRUOVParameters params, byte[] pk)
           
 
Method Summary
 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

QRUOVPublicKeyParameters

public QRUOVPublicKeyParameters(QRUOVParameters params,
                                byte[] pk)
Method Detail

getEncoded

public byte[] getEncoded()

getPublicKey

public byte[] getPublicKey()

Bouncy Castle Cryptography Library 1.85