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

/openjdk7/jdk/src/share/classes/javax/crypto/
H A DCryptoPermissions.java230 PermissionCollection thatPc =
235 if (thatPc == null) {
245 partialResult = getMinimum(thisPc, thatPc);
276 PermissionCollection thatPc =
281 partialResult = getMinimum(maxKeySize, thatPc);
292 * <code>thisPc</code> and <code>thatPc</code>.
297 * @param thatPc the second given PermissionCollection
301 PermissionCollection thatPc) {
309 // by thatPc, this CryptoPermission
314 // all CryptoPermissions in thatPc
300 getMinimum(PermissionCollection thisPc, PermissionCollection thatPc) argument
[all...]

Completed in 38 milliseconds