Class DERInteger

    • Constructor Detail

      • DERInteger

        public DERInteger​(byte[] bytes)
        Deprecated.
        Constructor from a byte array containing a signed representation of the number.
        Parameters:
        bytes - a byte array containing the signed number.A copy is made of the byte array.
      • DERInteger

        public DERInteger​(java.math.BigInteger value)
        Deprecated.
      • DERInteger

        public DERInteger​(long value)
        Deprecated.