public final class GeneralSubtree extends Object
GeneralSubtree ::= SEQUENCE {
base GeneralName,
minimum [0] BaseDistance DEFAULT 0,
maximum [1] BaseDistance OPTIONAL }
BaseDistance ::= INTEGER (0..MAX)
NameConstraints,
GeneralName| Modifier and Type | Field and Description |
|---|---|
static ASN1Sequence |
ASN1
ASN.1 DER X.509 GeneralSubtree encoder/decoder class.
|
| Constructor and Description |
|---|
GeneralSubtree(GeneralName base,
int minimum,
int maximum) |
| Modifier and Type | Method and Description |
|---|---|
void |
dumpValue(StringBuilder sb,
String prefix) |
GeneralName |
getBase()
Returns the value of base field of the structure.
|
byte[] |
getEncoded()
Returns ASN.1 encoded form of this X.509 GeneralSubtree value.
|
public static final ASN1Sequence ASN1
public GeneralSubtree(GeneralName base, int minimum, int maximum)
public GeneralName getBase()
public byte[] getEncoded()
public void dumpValue(StringBuilder sb, String prefix)