anon.client
Interface ITrustModel

All Known Subinterfaces:
IServiceContainer
All Known Implementing Classes:
AbstractMixCascadeContainer, BasicTrustModel, SimpleMixCascadeContainer

public interface ITrustModel

Represents a trust model for mix cascades. The client may only connect to cascades that are trusted regarding this model.

Author:
Rolf Wendolsky

Nested Class Summary
static class ITrustModel.TrustException
           
 
Method Summary
 void checkTrust(MixCascade a_cascade)
           
 boolean isTrusted(MixCascade a_cascade)
           
 

Method Detail

isTrusted

boolean isTrusted(MixCascade a_cascade)

checkTrust

void checkTrust(MixCascade a_cascade)
                throws ITrustModel.TrustException,
                       java.security.SignatureException
Throws:
ITrustModel.TrustException
java.security.SignatureException