Class 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 Details

    • QRUOVPrivateKeyParameters

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

    • getEncoded

      public byte[] getEncoded()
    • getPrivateKey

      public byte[] getPrivateKey()