org.bouncycastle.asn1.its.GeographicRegion Maven / Gradle / Ivy
The newest version!
package org.bouncycastle.asn1.its;
import org.bouncycastle.asn1.ASN1Choice;
import org.bouncycastle.asn1.ASN1Object;
import org.bouncycastle.asn1.ASN1Primitive;
/**
*
* GeographicRegion ::= CHOICE {
* circularRegion CircularRegion,
* rectangularRegion SequenceOfRectangularRegion,
* polygonalRegion PolygonalRegion,
* identifiedRegion SequenceOfIdentifiedRegion,
* ...
* }
*
*/
public class GeographicRegion
extends ASN1Object
implements ASN1Choice
{
public ASN1Primitive toASN1Primitive()
{
return null;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy