anon.crypto
Interface IVerifyable

All Known Implementing Classes:
InfoServiceDBEntry, MixCascade, MixInfo, PaymentInstanceDBEntry, StatusInfo

public interface IVerifyable

Defines an interface for verification and validation.

Author:
Rolf Wendolsky

Method Summary
 MultiCertPath getCertPath()
           
 boolean isValid()
          Returns if the object is valid at this time
 boolean isVerified()
          Returns if the object has been verified by checking its signature(s).
 

Method Detail

isVerified

boolean isVerified()
Returns if the object has been verified by checking its signature(s).

Returns:
if the object has been verified by checking its signature(s)

isValid

boolean isValid()
Returns if the object is valid at this time

Returns:
if the object is valid at this time

getCertPath

MultiCertPath getCertPath()