ostore.util
Interface SecureVerify
- All Superinterfaces:
- Cloneable, Digestible, QuickSerializable
- All Known Implementing Classes:
- SHA1Verify
- public interface SecureVerify
- extends Cloneable, Digestible
SecureVerify is the interface used to represent classes which
are used to securely verify some piece of data. For an object
named by a GUID, there is a unique SecureVerify object which,
when the object and GUID are input to its verify() routine,
returns true iff the object is verified by the GUID
- Version:
- $Id: SecureVerify.java,v 1.3 2002/04/04 05:02:48 hweather Exp $
- Author:
- Chris WElls