Class OneEightyDegreeInt

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.ieee1609dot2.basetypes.OneEightyDegreeInt
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable
Direct Known Subclasses:
Longitude

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

    • OneEightyDegreeInt

      public OneEightyDegreeInt(long degree)
    • OneEightyDegreeInt

      public OneEightyDegreeInt(BigInteger degree)
  • Method Details

    • toASN1Primitive

      public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
      Specified by:
      toASN1Primitive in interface org.bouncycastle.asn1.ASN1Encodable
      Specified by:
      toASN1Primitive in class org.bouncycastle.asn1.ASN1Object
    • getValue

      public BigInteger getValue()
    • getInstance

      public static OneEightyDegreeInt getInstance(Object o)