Class DERInteger

All Implemented Interfaces:
DEREncodable, DERTags
Direct Known Subclasses:
CRLNumber

public class DERInteger extends ASN1Object
  • Field Details

    • bytes

      byte[] bytes
  • Constructor Details

    • DERInteger

      public DERInteger(int value)
    • DERInteger

      public DERInteger(BigInteger value)
    • DERInteger

      public DERInteger(byte[] bytes)
  • Method Details