Package org.bouncycastle.oer.its
Class NinetyDegreeInt
java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.asn1.ASN1Primitive
org.bouncycastle.asn1.ASN1Integer
org.bouncycastle.oer.its.NinetyDegreeInt
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
- Direct Known Subclasses:
Latitude
public class NinetyDegreeInt
extends org.bouncycastle.asn1.ASN1Integer
NinetyDegreeInt ::= INTEGER {
min (-900000000),
max (900000000),
unknown (900000001)
}
-
Constructor Summary
ConstructorsConstructorDescriptionNinetyDegreeInt
(byte[] bytes) NinetyDegreeInt
(long value) NinetyDegreeInt
(BigInteger value) -
Method Summary
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
Methods inherited from class org.bouncycastle.asn1.ASN1Object
getEncoded, getEncoded, hasEncodedTagValue
-
Constructor Details
-
NinetyDegreeInt
public NinetyDegreeInt(long value) -
NinetyDegreeInt
-
NinetyDegreeInt
public NinetyDegreeInt(byte[] bytes)
-
-
Method Details
-
getInstance
-
assertValue
public void assertValue()
-