ProxyTrustInvocationHandler ptih = createPTIH(main, boot);
Object proxy = ProxyTrustUtil.newProxyInstance(
new Interface1TEImpl(), ptih);
Method m = TrustEquivalence.class.getDeclaredMethod(
"checkTrustEquivalence", new Class[] { Object.class });
TestClassLoader cl = new TestClassLoader();
Object[] args = new Object[] {
ProxyTrustUtil.newProxyInstance(new Interface1Impl(), ptih),
ProxyTrustUtil.newProxyInstance(new Interface2TEImpl(), ptih),
ProxyTrustUtil.newProxyInstance(new Interface12TEImpl(), ptih),
ProxyTrustUtil.newProxyInstance(new TEImpl(), ptih),