Searched refs:thisP (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/security/auth/
H A DPrivateCredentialPermission.java460 private boolean impliesPrincipalSet(CredOwner[] thisP, CredOwner[] thatP) { argument
463 if (thisP == null || thatP == null)
469 if (thisP.length == 0)
472 for (int i = 0; i < thisP.length; i++) {
475 if (thisP[i].implies(thatP[j])) {

Completed in 39 milliseconds