Search

vRO intrinsic class javax.security.auth.x500.X500Principal

Extends java.lang.Object

This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.

Attributes

Name Type Description
CANONICAL String
RFC1779 String
RFC2253 String

Methods

Name Returns
javax.security.auth.x500.X500Principal(String ) constructor
javax.security.auth.x500.X500Principal(String , Properties ) constructor
javax.security.auth.x500.X500Principal(Number[] ) constructor
javax.security.auth.x500.X500Principal(java.io.InputStream ) constructor
equals(Object ) boolean
getEncoded() Number[]
getName() String
getName(String ) String
getName(String , Properties ) String
hashCode() Number
toString() String

Returned by

Method Returns
java.security.cert.X509Certificate.getIssuerX500Principal() javax.security.auth.x500.X500Principal
java.security.cert.X509Certificate.getSubjectX500Principal() javax.security.auth.x500.X500Principal

Referenced in

None