public class IdentifiedRegion extends org.bouncycastle.asn1.ASN1Object implements org.bouncycastle.asn1.ASN1Choice, RegionInterface
Modifier and Type | Field and Description |
---|---|
static int |
countAndSubregions |
static int |
countryAndRegions |
static int |
countryOnly |
static int |
extension |
Constructor and Description |
---|
IdentifiedRegion(int choice,
org.bouncycastle.asn1.ASN1Encodable region) |
Modifier and Type | Method and Description |
---|---|
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 countAndSubregions
public static final int extension
public IdentifiedRegion(int choice, org.bouncycastle.asn1.ASN1Encodable region)
public static IdentifiedRegion getInstance(java.lang.Object o)
public org.bouncycastle.asn1.ASN1Primitive toASN1Primitive()
toASN1Primitive
in interface org.bouncycastle.asn1.ASN1Encodable
toASN1Primitive
in class org.bouncycastle.asn1.ASN1Object