Searched refs:GuardedObject (Results 1 – 4 of 4) sorted by relevance
26 import java.security.GuardedObject;39 GuardedObject go = new GuardedObject(obj, null); in testNoGuard()43 go = new GuardedObject(obj, null); in testNoGuard()51 GuardedObject go = new GuardedObject(objBuffer, new Guard() { in testGuard()
49 public class GuardedObject implements java.io.Serializable { class66 public GuardedObject(Object object, Guard guard) in GuardedObject() method in GuardedObject
1500 objToSave = new java.security.GuardedObject("Test Object", in test_writeObject_GuardedObject()1508 equals = ((java.security.GuardedObject) objToSave).getObject() in test_writeObject_GuardedObject()1510 ((java.security.GuardedObject) objLoaded) in test_writeObject_GuardedObject()
480 ojluni/src/main/java/java/security/GuardedObject.java \