Class UINT32

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable
    Direct Known Subclasses:
    Time32

    public class UINT32
    extends UintBase
    • Field Summary

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

        value
    • Constructor Summary

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

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void assertLimit()  
      static UINT32 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

      • UINT32

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

        public UINT32​(int value)
      • UINT32

        public UINT32​(long value)
      • UINT32

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

      • getInstance

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