Package org.bouncycastle.oer.its
Class Latitude
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.asn1.ASN1Primitive
-
- org.bouncycastle.asn1.ASN1Integer
-
- org.bouncycastle.oer.its.NinetyDegreeInt
-
- org.bouncycastle.oer.its.Latitude
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
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.NinetyDegreeInt
assertValue
-
Methods inherited from class org.bouncycastle.asn1.ASN1Integer
getInstance, getPositiveValue, getValue, hashCode, hasValue, hasValue, hasValue, intPositiveValueExact, intValueExact, longValueExact, toString
-
Methods inherited from class org.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1Primitive
-
-
-
-
Method Detail
-
getInstance
public static Latitude getInstance(java.lang.Object o)
-
-