Class KnownLatitude
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.NinetyDegreeInt
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.KnownLatitude
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class KnownLatitude extends NinetyDegreeInt
KnownLatitude ::= NinetyDegreeInt (min..max)
-
-
Constructor Summary
Constructors Constructor Description KnownLatitude(long value)
KnownLatitude(java.math.BigInteger value)
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static KnownLatitude
getInstance(java.lang.Object o)
-
Methods inherited from class org.bouncycastle.oer.its.ieee1609dot2.basetypes.NinetyDegreeInt
getValue, toASN1Primitive
-
-
-
-
Method Detail
-
getInstance
public static KnownLatitude getInstance(java.lang.Object o)
-
-