java.lang.Object
org.bouncycastle.asn1.ASN1Object
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class Elevation extends UINT16
Elevation ::= Uint16
  • Constructor Details

    • Elevation

      public Elevation(UINT16 value)
    • Elevation

      public Elevation(BigInteger value)
    • Elevation

      public Elevation(int value)
    • Elevation

      public Elevation(long value)
    • Elevation

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