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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCryptoPermissions.java228 PermissionCollection thisPc =
243 partialResult = getMinimum(maxKeySize, thisPc);
245 partialResult = getMinimum(thisPc, thatPc);
292 * <code>thisPc</code> and <code>thatPc</code>.
294 * @param thisPc the first given PermissionColloection
300 private CryptoPermission[] getMinimum(PermissionCollection thisPc, argument
304 Enumeration thisPcPermissions = thisPc.elements();
307 // thisPc object, do the following:
312 // CryptoPermission in thisPc.
318 // next CryptoPermission in thisPc
[all...]

Completed in 30 milliseconds