Searched defs:Identity (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/security/
H A DIdentity.java26 * {@code Identity} represents an identity like a person or a company.
32 public abstract class Identity implements Principal, Serializable { class in inherits:Principal,Serializable
46 * Constructs a new instance of {@code Identity}.
48 protected Identity() { method in class:Identity
52 * Creates a new instance of {@code Identity} with the specified name.
55 * the name of this {@code Identity}.
57 public Identity(String name) { method in class:Identity
62 * Creates a new instance of {@code Identity} with the specified name and
63 * the scope of this {@code Identity}.
66 * the name of this {@code Identity}
73 public Identity(String name, IdentityScope scope) method in class:Identity
[all...]

Completed in 28 milliseconds