A basic trust verifier for proxies. This trust verifier is used to verify that object passed to its {@link #isTrustedObject isTrustedObject} method is equivalent in trust, content, and function tothe known trusted object that the trust verifier is constructed with. This trust verifier is typically returned by an implementation of the {@link ServerProxyTrust#getProxyVerifier ServerProxyTrust.getProxyVerifier} method.
@author Sun Microsystems, Inc.
@since 2.0
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.