java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.basetypes.UintBase
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable
Direct Known Subclasses:
UINT16, UINT3, UINT32, UINT64, UINT8

public abstract class UintBase extends org.bouncycastle.asn1.ASN1Object
  • Field Details

  • Constructor Details

    • UintBase

      public UintBase(BigInteger value)
    • UintBase

      public UintBase(int value)
    • UintBase

      public UintBase(long value)
    • UintBase

      protected UintBase(org.bouncycastle.asn1.ASN1Integer integer)
  • Method Details

    • getValue

      public BigInteger getValue()
    • toASN1Primitive

      public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
      Specified by:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object
    • assertLimit

      protected abstract void assertLimit()