Searched refs:Signer (Results 1 – 6 of 6) 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()
50 public abstract class Signer extends Identity { class65 protected Signer() { in Signer() method in Signer75 public Signer(String name) { in Signer() method in Signer89 public Signer(String name, IdentityScope scope) in Signer() method in Signer
27 import java.security.Signer;34 public class SignerStub extends Signer {
696 "ojluni/src/main/java/java/security/Signer.java",
604 ojluni/src/main/java/java/security/Signer.java,jdk11u/jdk-11.0.13-ga,src/java.base/share/classes/ja…
8604 @Deprecated public abstract class Signer extends java.security.Identity {8605 ctor @Deprecated protected Signer();8606 ctor @Deprecated public Signer(String);8607 …ctor @Deprecated public Signer(String, java.security.IdentityScope) throws java.security.KeyManage…