Class UnknownLongitude
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.OneEightyDegreeInt
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.Longitude
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.UnknownLongitude
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class UnknownLongitude extends Longitude
UnknownLongitude ::= OneEightyDegreeInt (unknown) The value 1,800,000,001 indicates that the longitude was not available to the sender.
-
-
Field Summary
Fields Modifier and Type Field Description static UnknownLongitude
INSTANCE
-
Constructor Summary
Constructors Constructor Description UnknownLongitude()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static UnknownLongitude
getInstance(java.lang.Object o)
-
Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.basetypes.OneEightyDegreeInt
getValue, toASN1Primitive
-
-
-
-
Field Detail
-
INSTANCE
public static final UnknownLongitude INSTANCE
-
-
Method Detail
-
getInstance
public static UnknownLongitude getInstance(java.lang.Object o)
-
-