Method Summary |
|
public int | constrains(GeneralNameInterface inputName) Return type of constraint inputName places on this name:
- NAME_DIFF_TYPE = -1: input name is different type from name (i.e.
|
public void | encode(DerOutputStream out) Encode the OID name into the DerOutputStream. |
public boolean | equals(Object obj) Compares this name with another, for equality. |
public ObjectIdentifier | getOID() Returns this OID name. |
public int | getType() Return the type of the GeneralName. |
public int | hashCode() Returns the hash code value for this object. |
public int | subtreeDepth() Return subtree depth of this name for purposes of determining
NameConstraints minimum and maximum bounds and for calculating
path lengths in name subtrees. |
public String | toString() Convert the name into user readable string. |