X500Principal.getName

Returns a string representation of the X.500 distinguished name using the format defined in RFC 2253.

<p>This method is equivalent to calling {@code getName(X500Principal.RFC2253)}.

@return the distinguished name of this {@code X500Principal}

Meta