Searched refs:protectionDomain (Results 1 – 2 of 2) sorted by relevance
44 ProtectionDomain protectionDomain = new ProtectionDomain(null, new Permissions()); in testDoPrivilegedWithCombiner() local46 new AccessControlContext(new ProtectionDomain[] { protectionDomain }), union); in testDoPrivilegedWithCombiner()
299 ProtectionDomain protectionDomain) throws java.lang.ClassFormatError { in defineClass() argument325 ProtectionDomain protectionDomain) throws ClassFormatError { in defineClass() argument329 return defineClass(name, temp, 0, temp.length, protectionDomain); in defineClass()