Class CMCEPrivateKeyParameters

    • Constructor Detail

      • CMCEPrivateKeyParameters

        public CMCEPrivateKeyParameters​(CMCEParameters params,
                                        byte[] privateKey)
      • CMCEPrivateKeyParameters

        public CMCEPrivateKeyParameters​(CMCEParameters params,
                                        byte[] delta,
                                        byte[] C,
                                        byte[] g,
                                        byte[] alpha,
                                        byte[] s)
    • Method Detail

      • getPrivateKey

        public byte[] getPrivateKey()
      • reconstructPublicKey

        public byte[] reconstructPublicKey()
      • getEncoded

        public byte[] getEncoded()
      • getDelta

        public byte[] getDelta()
      • getC

        public byte[] getC()
      • getG

        public byte[] getG()
      • getAlpha

        public byte[] getAlpha()
      • getS

        public byte[] getS()