Searched refs:Signer (Results 1 – 4 of 4) sorted by relevance
32 import java.security.Signer;60 Signer s1 = new SignerStub("testToString1"); in test_toString()63 Signer s2 = new SignerStub("testToString2", new SystemScope()); in test_toString()79 Signer s = new SignerStub(); in testSigner()89 Signer s = new SignerStub("sss3"); in testSignerString()94 Signer s2 = new SignerStub(null); in testSignerString()104 Signer s = new SignerStub("sss4", identityScope); in testSignerStringIdentityScope()114 Signer s2 = new SignerStub("sss4", identityScope); in testSignerStringIdentityScope()121 Signer s2 = new SignerStub(null); in testSignerStringIdentityScope()136 Signer s = new SignerStub("sss5"); in testGetPrivateKey()
48 public abstract class Signer extends Identity { class63 protected Signer() { in Signer() method in Signer73 public Signer(String name) { in Signer() method in Signer87 public Signer(String name, IdentityScope scope) in Signer() method in Signer
27 import java.security.Signer;34 public class SignerStub extends Signer {
539 ojluni/src/main/java/java/security/Signer.java \