Class GeographicRegion

java.lang.Object
org.bouncycastle.asn1.ASN1Object
org.bouncycastle.oer.its.GeographicRegion
All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Choice, org.bouncycastle.asn1.ASN1Encodable, org.bouncycastle.util.Encodable

public class GeographicRegion extends org.bouncycastle.asn1.ASN1Object implements org.bouncycastle.asn1.ASN1Choice
     GeographicRegion ::= CHOICE {
         circularRegion CircularRegion,
         rectangularRegion SequenceOfRectangularRegion,
         polygonalRegion PolygonalRegion,
         identifiedRegion SequenceOfIdentifiedRegion,
         ...
     }
 
  • Field Details

  • Constructor Details

    • GeographicRegion

      public GeographicRegion(int choice, org.bouncycastle.asn1.ASN1Encodable region)
  • Method Details

    • getInstance

      public static GeographicRegion getInstance(Object o)
    • getChoice

      public int getChoice()
    • getRegion

      public org.bouncycastle.asn1.ASN1Encodable getRegion()
    • 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