Principal

This interface represents the abstract notion of a principal, which can be used to represent any entity, such as an individual, a corporation, and a login id.

@see java.security.cert.X509Certificate

interface Principal {}

Members

Functions

getName
string getName()

Returns the name of this principal.

Meta