Class Latitude
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.NinetyDegreeInt
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.Latitude
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
- Direct Known Subclasses:
UnknownLatitude
public class Latitude extends NinetyDegreeInt
Latitude ::= NinetyDegreeInt
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Latitude
getInstance(java.lang.Object o)
-
Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.basetypes.NinetyDegreeInt
getValue, toASN1Primitive
-
-
-
-
Method Detail
-
getInstance
public static Latitude getInstance(java.lang.Object o)
-
-