public class CountryAndSubregions
extends org.bouncycastle.asn1.ASN1Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CountryAndSubregions.Builder |
| Constructor and Description |
|---|
CountryAndSubregions(CountryOnly countryOnly,
SequenceOfRegionAndSubregions regionAndSubregions) |
| Modifier and Type | Method and Description |
|---|---|
static CountryAndSubregions.Builder |
builder() |
CountryOnly |
getCountry() |
static CountryAndSubregions |
getInstance(java.lang.Object o) |
SequenceOfRegionAndSubregions |
getRegionAndSubregions() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public CountryAndSubregions(CountryOnly countryOnly, SequenceOfRegionAndSubregions regionAndSubregions)
public static CountryAndSubregions getInstance(java.lang.Object o)
public CountryOnly getCountry()
public SequenceOfRegionAndSubregions getRegionAndSubregions()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive in interface org.bouncycastle.asn1.ASN1EncodabletoASN1Primitive in class org.bouncycastle.asn1.ASN1Objectpublic static CountryAndSubregions.Builder builder()