| GNU Classpath (0.19) | ||
| Frames | No Frames | ||
Methods with return type java.security.Principal | |
| Principal | Returns the issuer (issuer distinguished name) of the
Certificate. |
| Principal | Returns the issuer (issuer distinguished name) of the CRL.
|
| Principal | Returns the subject (subject distinguished name) of the
Certificate. |
Methods with parameter type java.security.Principal | |
| boolean | This method adds the specified entry to the ACL
|
| boolean | This method adds a new Principal to this group.
|
| boolean | This method adds an owner to the access control list (ACL). |
| boolean | This method tests whether or not the specified Principal
has the specified Permission
|
| boolean | This method delets an owner from the access control list (ACL). |
| Enumeration | This method returns a list of Permission's that are granted
to a particular Principal. |
| boolean | This method tests whether or not a given Principal is a
member of this group.
|
| boolean | This method tests whether or not a given Principal is an
owner of this access control list (ACL).
|
| boolean | This method delets the specified entry from the ACL
|
| boolean | This method deletes a member from the group.
|
| void | This method sets the name of the ACL
|
| boolean | This method sets ths Principal associated with this
ACL entry. |
Methods with return type java.security.Principal | |
| Principal | This method returns the Principal associated with this
ACL entry.
|
Classes implementing java.security.Principal | |
| class | |
Methods with parameter type java.security.Principal | |
| String | Choose an alias for client-side authentication.
|
| String | Choose an alias for server-side authentication.
|
| String[] | Returns all client aliases that support the given key type.
|
| String[] | Returns all server aliases that support the given key type.
|
Methods with return type java.security.Principal | |
| Principal | Returns the distinguished name of this certificate's issuer.
|
| Principal | Returns the distinguished name of this certificate's subject.
|
Classes implementing java.security.Principal | |
| class | This class represents identities: real-world objects such as people,
companies or organizations whose identities can be authenticated using their
public keys. |
| class | This class represents a scope for identities. |
| class | This class is used to represent an Identity that can also
digitally sign data.
The management of a signer's private keys is an important and sensitive
issue that should be handled by subclasses as appropriate to their intended
use.
|
Constructors with parameter type java.security.Principal | |
ProtectionDomain.ProtectionDomain(CodeSource codesource, PermissionCollection permissions, ClassLoader classloader, Principal[] principals) Creates a new ProtectionDomain qualified by the given CodeSource,
Permissions, ClassLoader and array of Principals. | |
Methods with parameter type java.security.Principal | |
| Identity | Retrieves the identity whose name is the same as that of the specified
principal. |
Methods with return type java.security.Principal | |
| Principal | This method returns the Principal that is guaranteeing
this certificate.
|
| Principal | This method returns the Principal being guaranteed by
this certificate.
|
| Principal[] | Returns an array of principals for this domain.
|
| GNU Classpath (0.19) |