Searched refs:csdomain (Results 1 – 1 of 1) sorted by relevance
91 private Object csdomain = new Object(); field in JarVerifier543 cs = new VerifierCodeSource(csdomain, url, signers); in mapSignersToCodeSource()568 if (vcs.isSameDomain(csdomain)) { in findMatchingSigners()603 Object csdomain; field in JarVerifier.VerifierCodeSource605 VerifierCodeSource(Object csdomain, URL location, CodeSigner[] signers) { in VerifierCodeSource() argument607 this.csdomain = csdomain; in VerifierCodeSource()612 VerifierCodeSource(Object csdomain, URL location, java.security.cert.Certificate[] certs) { in VerifierCodeSource() argument614 this.csdomain = csdomain; in VerifierCodeSource()637 if (isSameDomain(that.csdomain)) { in equals()654 boolean isSameDomain(Object csdomain) { in isSameDomain() argument[all …]