anon.infoservice
Interface ICertifiedDatabaseEntry

All Known Implementing Classes:
AbstractCertifiedDatabaseEntry, AbstractDistributableCertifiedDatabaseEntry, InfoServiceDBEntry, MixCascade, MixInfo, PerformanceInfo, TermsAndConditions, TermsAndConditionsFramework

public interface ICertifiedDatabaseEntry

Author:
Rolf Wendolsky

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

Method Detail

getCertPath

anon.crypto.MultiCertPath getCertPath()

getSignature

anon.crypto.XMLSignature getSignature()

isVerified

boolean isVerified()

checkId

boolean checkId()
Checks if the ID is valid.

Returns:
boolean