Class OneEightyDegreeInt

  • All Implemented Interfaces:
    org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable
    Direct Known Subclasses:
    Longitude

    public class OneEightyDegreeInt
    extends org.bouncycastle.asn1.ASN1Integer
    NinetyDegreeInt ::= INTEGER { min (-900000000), max (900000000), unknown (900000001) }
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void assertValue()  
      static OneEightyDegreeInt getInstance​(java.lang.Object o)  
      • 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
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • OneEightyDegreeInt

        public OneEightyDegreeInt​(long value)
      • OneEightyDegreeInt

        public OneEightyDegreeInt​(java.math.BigInteger value)
      • OneEightyDegreeInt

        public OneEightyDegreeInt​(byte[] bytes)
    • Method Detail

      • assertValue

        public void assertValue()