anon.infoservice
Interface ICertifiedDatabaseEntry

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

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 isValid()
           
 boolean isVerified()
           
 

Method Detail

getCertPath

anon.crypto.MultiCertPath getCertPath()

getSignature

anon.crypto.XMLSignature getSignature()

isVerified

boolean isVerified()

isValid

boolean isValid()

checkId

boolean checkId()
Checks if the ID is valid.

Returns:
boolean