public class CountryAndRegions extends org.bouncycastle.asn1.ASN1Object implements RegionInterface
Modifier and Type | Class and Description |
---|---|
static class |
CountryAndRegions.CountryAndRegionsBuilder |
Constructor and Description |
---|
CountryAndRegions(CountryOnly countryOnly,
java.util.List<Region> regionList) |
Modifier and Type | Method and Description |
---|---|
static CountryAndRegions.CountryAndRegionsBuilder |
builder() |
CountryOnly |
getCountryOnly() |
static CountryAndRegions |
getInstance(java.lang.Object object) |
java.util.List<Region> |
getRegions() |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public CountryAndRegions(CountryOnly countryOnly, java.util.List<Region> regionList)
public static CountryAndRegions getInstance(java.lang.Object object)
public static CountryAndRegions.CountryAndRegionsBuilder builder()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object
public CountryOnly getCountryOnly()
public java.util.List<Region> getRegions()