public class CountryAndRegions extends org.bouncycastle.asn1.ASN1Object implements RegionInterface
| Modifier and Type | Class and Description |
|---|---|
static class |
CountryAndRegions.Builder |
| Constructor and Description |
|---|
CountryAndRegions(CountryOnly countryOnly,
SequenceOfUint8 regionList) |
| Modifier and Type | Method and Description |
|---|---|
static CountryAndRegions.Builder |
builder() |
CountryOnly |
getCountryOnly() |
static CountryAndRegions |
getInstance(java.lang.Object object) |
SequenceOfUint8 |
getRegions() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public CountryAndRegions(CountryOnly countryOnly, SequenceOfUint8 regionList)
public static CountryAndRegions getInstance(java.lang.Object object)
public static CountryAndRegions.Builder builder()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Objectpublic CountryOnly getCountryOnly()
public SequenceOfUint8 getRegions()