Modifier and Type | Field and Description |
---|---|
public static final int | NAME_ANY
The list of names supported. |
public static final int | NAME_DIFF_TYPE
The list of constraint results. |
public static final int | |
public static final int | |
public static final int | |
public static final int | |
public static final int | |
public static final int | |
public static final int | |
public static final int | |
public static final int | |
public static final int | |
public static final int | |
public static final int |
Modifier and Type | Method and Description |
---|---|
public int | Returns: constraint type aboveto be checked for being constrained inputName)Return type of constraint inputName places on this name:
|
public int | |
public int | Returns: distance of name from rootReturn subtree depth of this name for purposes of determining NameConstraints minimum and maximum bounds and for calculating path lengths in name subtrees. |
NAME_ANY | back to summary |
---|---|
public static final int NAME_ANY The list of names supported. |
NAME_DIFF_TYPE | back to summary |
---|---|
public static final int NAME_DIFF_TYPE The list of constraint results. |
NAME_DIRECTORY | back to summary |
---|---|
public static final int NAME_DIRECTORY |
NAME_DNS | back to summary |
---|---|
public static final int NAME_DNS |
NAME_EDI | back to summary |
---|---|
public static final int NAME_EDI |
NAME_IP | back to summary |
---|---|
public static final int NAME_IP |
NAME_MATCH | back to summary |
---|---|
public static final int NAME_MATCH |
NAME_NARROWS | back to summary |
---|---|
public static final int NAME_NARROWS |
NAME_OID | back to summary |
---|---|
public static final int NAME_OID |
NAME_RFC822 | back to summary |
---|---|
public static final int NAME_RFC822 |
NAME_SAME_TYPE | back to summary |
---|---|
public static final int NAME_SAME_TYPE |
NAME_URI | back to summary |
---|---|
public static final int NAME_URI |
NAME_WIDENS | back to summary |
---|---|
public static final int NAME_WIDENS |
NAME_X400 | back to summary |
---|---|
public static final int NAME_X400 |
constrains | back to summary |
---|---|
public int constrains(GeneralNameInterface inputName) throws UnsupportedOperationException Return type of constraint inputName places on this name:
|
getType | back to summary |
---|---|
public int getType() Return the type of the general name, as defined above. |
subtreeDepth | back to summary |
---|---|
public int subtreeDepth() throws UnsupportedOperationException Return subtree depth of this name for purposes of determining NameConstraints minimum and maximum bounds and for calculating path lengths in name subtrees.
|