Class UINT3

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

    public class UINT3
    extends UintBase
    • Field Summary

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

        value
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
        UINT3​(int value)  
        UINT3​(long value)  
        UINT3​(java.math.BigInteger value)  
      protected UINT3​(org.bouncycastle.asn1.ASN1Integer integer)  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void assertLimit()  
      static UINT3 getInstance​(java.lang.Object o)  
      • 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 Detail

      • UINT3

        public UINT3​(java.math.BigInteger value)
      • UINT3

        public UINT3​(int value)
      • UINT3

        public UINT3​(long value)
      • UINT3

        protected UINT3​(org.bouncycastle.asn1.ASN1Integer integer)
    • Method Detail

      • getInstance

        public static UINT3 getInstance​(java.lang.Object o)