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

/openjdk7/jdk/src/share/classes/java/security/
H A DCodeSigner.java86 public CertPath getSignerCertPath() { method in class:CodeSigner
147 return signerCertPath.equals(that.getSignerCertPath());
H A DTimestamp.java97 public CertPath getSignerCertPath() { method in class:Timestamp
134 signerCertPath.equals(that.getSignerCertPath()));

Completed in 36 milliseconds