public class IdentifiedRegion extends org.bouncycastle.asn1.ASN1Object implements org.bouncycastle.asn1.ASN1Choice, RegionInterface
Modifier and Type | Field and Description |
---|---|
static int |
countryAndRegions |
static int |
countryAndSubregions |
static int |
countryOnly |
Constructor and Description |
---|
IdentifiedRegion(int choice,
org.bouncycastle.asn1.ASN1Encodable region) |
Modifier and Type | Method and Description |
---|---|
static IdentifiedRegion |
countryAndRegions(CountryAndRegions value) |
static IdentifiedRegion |
countryAndSubregions(CountryAndSubregions countryAndSubregions) |
static IdentifiedRegion |
countryOnly(CountryOnly only) |
int |
getChoice() |
org.bouncycastle.asn1.ASN1Encodable |
getIdentifiedRegion() |
static IdentifiedRegion |
getInstance(java.lang.Object o) |
org.bouncycastle.asn1.ASN1Primitive |
toASN1Primitive() |
public static final int countryOnly
public static final int countryAndRegions
public static final int countryAndSubregions
public IdentifiedRegion(int choice, org.bouncycastle.asn1.ASN1Encodable region)
public static IdentifiedRegion countryOnly(CountryOnly only)
public static IdentifiedRegion countryAndRegions(CountryAndRegions value)
public static IdentifiedRegion countryAndSubregions(CountryAndSubregions countryAndSubregions)
public static IdentifiedRegion getInstance(java.lang.Object o)
public int getChoice()
public org.bouncycastle.asn1.ASN1Encodable getIdentifiedRegion()
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object