anon.infoservice
Interface ICertifiedDatabaseEntry

All Known Implementing Classes:
AbstractCertifiedDatabaseEntry, AbstractDistributableCertifiedDatabaseEntry, InfoServiceDBEntry, MixCascade, MixInfo, PaymentInstanceDBEntry, PerformanceInfo, TermsAndConditionsTemplate

public interface ICertifiedDatabaseEntry

Author:
Rolf Wendolsky

Method Summary
 boolean checkId()
          Checks if the ID is valid.
 MultiCertPath getCertPath()
           
 XMLSignature getSignature()
           
 boolean isValid()
           
 boolean isVerified()
           
 

Method Detail

getCertPath

MultiCertPath getCertPath()

getSignature

XMLSignature getSignature()

isVerified

boolean isVerified()

isValid

boolean isValid()

checkId

boolean checkId()
Checks if the ID is valid.

Returns:
boolean