|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.util.Observable
anon.client.BasicTrustModel
public class BasicTrustModel
A trust model that only checks if a previously done signature verification was successful.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface anon.client.ITrustModel |
|---|
ITrustModel.TrustException |
| Constructor Summary | |
|---|---|
BasicTrustModel()
|
|
| Method Summary | |
|---|---|
void |
checkTrust(MixCascade a_cascade)
|
boolean |
isTrusted(MixCascade a_cascade)
Does a call on checkTrust() after checking the isShownAsTrusted() attribute of the given cascade. |
| Methods inherited from class java.util.Observable |
|---|
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BasicTrustModel()
| Method Detail |
|---|
public void checkTrust(MixCascade a_cascade)
throws ITrustModel.TrustException,
java.security.SignatureException
checkTrust in interface ITrustModelITrustModel.TrustException
java.security.SignatureExceptionpublic final boolean isTrusted(MixCascade a_cascade)
isTrusted in interface ITrustModela_cascade - MixCascade
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||