public class RegionAndSubregions extends org.bouncycastle.asn1.ASN1Object implements RegionInterface
| Modifier and Type | Class and Description |
|---|---|
static class |
RegionAndSubregions.Builder |
| Constructor and Description |
|---|
RegionAndSubregions(UINT8 region,
SequenceOfUint16 subRegions) |
| Modifier and Type | Method and Description |
|---|---|
static RegionAndSubregions.Builder |
builder() |
static RegionAndSubregions |
getInstance(java.lang.Object o) |
UINT8 |
getRegion() |
SequenceOfUint16 |
getSubregions() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public RegionAndSubregions(UINT8 region, SequenceOfUint16 subRegions)
public UINT8 getRegion()
public SequenceOfUint16 getSubregions()
public static RegionAndSubregions getInstance(java.lang.Object o)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Objectpublic static RegionAndSubregions.Builder builder()