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

/libcore/ojluni/src/main/java/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 138 milliseconds