Class Elevation

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

    public class Elevation
    extends UINT16
    Elevation ::= Uint16
    • Field Summary

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

        value
    • Constructor Summary

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

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static Elevation 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

      • Elevation

        public Elevation​(UINT16 value)
      • Elevation

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

        public Elevation​(int value)
      • Elevation

        public Elevation​(long value)
      • Elevation

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

      • getInstance

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