Class UINT16

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

    public class UINT16
    extends UintBase
    • Field Summary

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

        value
    • Constructor Summary

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

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

      • UINT16

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

        public UINT16​(int value)
      • UINT16

        public UINT16​(long value)
      • UINT16

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

      • getInstance

        public static UINT16 getInstance​(java.lang.Object o)
      • valueOf

        public static UINT16 valueOf​(int i)