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 Detail

      • QRUOVPrivateKeyParameters

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

      • getEncoded

        public byte[] getEncoded()
      • getPrivateKey

        public byte[] getPrivateKey()