Class SequenceOfRegionAndSubregions
- java.lang.Object
-
- org.bouncycastle.asn1.ASN1Object
-
- org.bouncycastle.oer.its.ieee1609dot2.basetypes.SequenceOfRegionAndSubregions
-
- All Implemented Interfaces:
org.bouncycastle.asn1.ASN1Encodable
,org.bouncycastle.util.Encodable
public class SequenceOfRegionAndSubregions extends org.bouncycastle.asn1.ASN1Object
SequenceOfRectangularRegion ::= SEQUENCE OF RectangularRegion
-
-
Constructor Summary
Constructors Constructor Description SequenceOfRegionAndSubregions(java.util.List<RegionAndSubregions> items)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SequenceOfRegionAndSubregions
getInstance(java.lang.Object o)
java.util.List<RegionAndSubregions>
getRegionAndSubregions()
org.bouncycastle.asn1.ASN1Primitive
toASN1Primitive()
-
-
-
Constructor Detail
-
SequenceOfRegionAndSubregions
public SequenceOfRegionAndSubregions(java.util.List<RegionAndSubregions> items)
-
-
Method Detail
-
getInstance
public static SequenceOfRegionAndSubregions getInstance(java.lang.Object o)
-
getRegionAndSubregions
public java.util.List<RegionAndSubregions> getRegionAndSubregions()
-
toASN1Primitive
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
- Specified by:
toASN1Primitive
in interfaceorg.bouncycastle.asn1.ASN1Encodable
- Specified by:
toASN1Primitive
in classorg.bouncycastle.asn1.ASN1Object
-
-