public class PolygonalRegion extends org.bouncycastle.asn1.ASN1Object implements RegionInterface
SEQUENCE SIZE(3..MAX) OF TwoDLocation
| Modifier and Type | Class and Description |
|---|---|
static class |
PolygonalRegion.Builder |
| Constructor and Description |
|---|
PolygonalRegion(java.util.List<TwoDLocation> locations) |
| Modifier and Type | Method and Description |
|---|---|
static PolygonalRegion |
getInstance(java.lang.Object o) |
java.util.List<TwoDLocation> |
getPoints() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public PolygonalRegion(java.util.List<TwoDLocation> locations)
public static PolygonalRegion getInstance(java.lang.Object o)
public java.util.List<TwoDLocation> getPoints()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Object