java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.basetypes.UintBase
org.bouncycastle.oer.its.ieee1609dot2.basetypes.UINT8
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class UINT8 extends UintBase
  • Field Summary

    Fields inherited from class org.bouncycastle.oer.its.ieee1609dot2.basetypes.UintBase

    value
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
     
    UINT8(int value)
     
     
    UINT8(long value)
     
     
     
    protected
    UINT8(org.bouncycastle.asn1.ASN1Integer integer)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
     
    static UINT8
     

    Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.basetypes.UintBase

    getValue, toASN1Primitive

    Methods inherited from class org.bouncycastle.asn1.ASN1Object

    encodeTo, encodeTo, equals, getEncoded, getEncoded, hasEncodedTagValue, hashCode

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • UINT8

      public UINT8(BigInteger value)
    • UINT8

      public UINT8(int value)
    • UINT8

      public UINT8(long value)
    • UINT8

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