Class Elevation
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.UintBase
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.UINT16
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.Elevation
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class Elevation extends UINT16
Elevation ::= Uint16
-
-
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.oer.its.ieee1609dot2.basetypes.UINT16
assertLimit, valueOf
-
Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.basetypes.UintBase
getValue, toASN1Primitive
-
-
-
-
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)
-
-