Searched refs:Signer (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/security/
H A DSigner.java48 public abstract class Signer extends Identity { class in inherits:Identity
63 protected Signer() { method in class:Signer
73 public Signer(String name) { method in class:Signer
87 public Signer(String name, IdentityScope scope) method in class:Signer
173 return "[Signer]" + super.toString();

Completed in 221 milliseconds