Package org.bouncycastle.oer.its
Class Longitude
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1Integer
org.bouncycastle.oer.its.OneEightyDegreeInt
org.bouncycastle.oer.its.Longitude
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable,org.bouncycastle.util.Encodable
Latitude ::= OneEightyDegreeInt
OneEightyDegreeInt ::= INTEGER {
min (-1799999999),
max (1800000000),
unknown (1800000001)
} (-1799999999..1800000001)
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.bouncycastle.oer.its.OneEightyDegreeInt
assertValueMethods inherited from class org.bouncycastle.asn1.ASN1Integer
getInstance, getPositiveValue, getValue, hashCode, hasValue, hasValue, hasValue, intPositiveValueExact, intValueExact, longValueExact, toStringMethods inherited from class org.bouncycastle.asn1.ASN1Primitive
encodeTo, encodeTo, equals, equals, equals, fromByteArray, toASN1PrimitiveMethods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue
-
Constructor Details
-
Longitude
public Longitude(long value) -
Longitude
-
Longitude
public Longitude(byte[] bytes)
-
-
Method Details
-
getInstance
-