Class UnsignedInteger

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.eac.UnsignedInteger
All Implemented Interfaces:
ASN1Encodable, Encodable

public class UnsignedInteger extends ASN1Object
  • Constructor Details

    • UnsignedInteger

      public UnsignedInteger(int tagNo, BigInteger value)
  • Method Details