Package org.bouncycastle.oer.its
Class PolygonalRegion
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.PolygonalRegion
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,RegionInterface
,org.bouncycastle.util.Encodable
public class PolygonalRegion extends org.bouncycastle.asn1.ASN1Object implements RegionInterface
SEQUENCE SIZE(3..MAX) OF TwoDLocation
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
PolygonalRegion.Builder
-
Constructor Summary
Constructors Constructor Description PolygonalRegion(java.util.List<TwoDLocation> locations)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static PolygonalRegion
getInstance(java.lang.Object o)
java.util.List<TwoDLocation>
getPoints()
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Constructor Detail
-
PolygonalRegion
public PolygonalRegion(java.util.List<TwoDLocation> locations)
-
-
Method Detail
-
getInstance
public static PolygonalRegion getInstance(java.lang.Object o)
-
getPoints
public java.util.List<TwoDLocation> getPoints()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
-