Class ECPrivateKey

    • Constructor Detail

      • ECPrivateKey

        public ECPrivateKey​(BigInteger key)
        Deprecated.
        use constructor which takes orderBitLength to guarantee correct encoding.
      • ECPrivateKey

        public ECPrivateKey​(int orderBitLength,
                            BigInteger key)
        Base constructor.
        Parameters:
        orderBitLength - the bitLength of the order of the curve.
        key - the private key value.
      • ECPrivateKey

        public ECPrivateKey​(BigInteger key,
                            ASN1Encodable parameters)
        Deprecated.
        use constructor which takes orderBitLength to guarantee correct encoding.
      • ECPrivateKey

        public ECPrivateKey​(BigInteger key,
                            DERBitString publicKey,
                            ASN1Encodable parameters)
        Deprecated.
        use constructor which takes orderBitLength to guarantee correct encoding.