Rice Pastry API

Uses of Interface
org.mpisws.p2p.transport.peerreview.commitment.AuthenticatorStore

Packages that use AuthenticatorStore
org.mpisws.p2p.transport.peerreview   
org.mpisws.p2p.transport.peerreview.audit   
org.mpisws.p2p.transport.peerreview.authpush   
org.mpisws.p2p.transport.peerreview.challenge   
org.mpisws.p2p.transport.peerreview.commitment   
 

Uses of AuthenticatorStore in org.mpisws.p2p.transport.peerreview
 

Fields in org.mpisws.p2p.transport.peerreview declared as AuthenticatorStore
protected  AuthenticatorStore<Identifier> PeerReviewImpl.authCacheStore
           
protected  AuthenticatorStore<Identifier> PeerReviewImpl.authInStore
           
protected  AuthenticatorStore<Identifier> PeerReviewImpl.authOutStore
           
protected  AuthenticatorStore<Identifier> PeerReviewImpl.authPendingStore
           
 

Methods in org.mpisws.p2p.transport.peerreview with parameters of type AuthenticatorStore
 boolean PeerReview.addAuthenticatorIfValid(AuthenticatorStore<Identifier> store, Identifier subject, Authenticator auth)
           
 boolean PeerReviewImpl.addAuthenticatorIfValid(AuthenticatorStore<Identifier> store, Identifier subject, Authenticator auth)
          Helper function called internally from the library.
 

Uses of AuthenticatorStore in org.mpisws.p2p.transport.peerreview.audit
 

Methods in org.mpisws.p2p.transport.peerreview.audit with parameters of type AuthenticatorStore
 boolean EvidenceTool.checkSnippetSignatures(LogSnippet snippet, Handle subjectHandle, AuthenticatorStore<Identifier> authStoreOrNull, byte flags, CommitmentProtocol<Handle,Identifier> commitmentProtocol, byte[] keyNodeHash, long keyNodeMaxSeq)
           
 boolean EvidenceToolImpl.checkSnippetSignatures(LogSnippet snippet, Handle subjectHandle, AuthenticatorStore<Identifier> authStoreOrNull, byte flags, CommitmentProtocol<Handle,Identifier> commitmentProtocol, byte[] keyNodeHash, long keyNodeMaxSeq)
          The following method does several things: It verifies all the signatures in a log snippet, it extracts all the authenticators for later forwarding to the corresponding witnesses, and it delivers any new messages to the local node that may be in the snippet (e.g.
 

Constructors in org.mpisws.p2p.transport.peerreview.audit with parameters of type AuthenticatorStore
AuditProtocolImpl(PeerReview<Handle,Identifier> peerreview, SecureHistory history, PeerInfoStore<Handle,Identifier> infoStore, AuthenticatorStore<Identifier> authInStore, IdentityTransport<Handle,Identifier> transport, AuthenticatorStore<Identifier> authOutStore, EvidenceTransferProtocol<Handle,Identifier> evidenceTransferProtocol, AuthenticatorStore<Identifier> authCacheStore)
           
AuditProtocolImpl(PeerReview<Handle,Identifier> peerreview, SecureHistory history, PeerInfoStore<Handle,Identifier> infoStore, AuthenticatorStore<Identifier> authInStore, IdentityTransport<Handle,Identifier> transport, AuthenticatorStore<Identifier> authOutStore, EvidenceTransferProtocol<Handle,Identifier> evidenceTransferProtocol, AuthenticatorStore<Identifier> authCacheStore)
           
AuditProtocolImpl(PeerReview<Handle,Identifier> peerreview, SecureHistory history, PeerInfoStore<Handle,Identifier> infoStore, AuthenticatorStore<Identifier> authInStore, IdentityTransport<Handle,Identifier> transport, AuthenticatorStore<Identifier> authOutStore, EvidenceTransferProtocol<Handle,Identifier> evidenceTransferProtocol, AuthenticatorStore<Identifier> authCacheStore)
           
 

Uses of AuthenticatorStore in org.mpisws.p2p.transport.peerreview.authpush
 

Constructors in org.mpisws.p2p.transport.peerreview.authpush with parameters of type AuthenticatorStore
AuthenticatorPushProtocolImpl(PeerReview<Handle,Identifier> peerreview, AuthenticatorStore<Identifier> inStore, AuthenticatorStore<Identifier> outStore, AuthenticatorStore<Identifier> pendingStore, IdentityTransport<Handle,Identifier> transport, PeerInfoStore<Handle,Identifier> infoStore, EvidenceTransferProtocol<Handle,Identifier> evidenceTransferProtocol, Environment env)
           
AuthenticatorPushProtocolImpl(PeerReview<Handle,Identifier> peerreview, AuthenticatorStore<Identifier> inStore, AuthenticatorStore<Identifier> outStore, AuthenticatorStore<Identifier> pendingStore, IdentityTransport<Handle,Identifier> transport, PeerInfoStore<Handle,Identifier> infoStore, EvidenceTransferProtocol<Handle,Identifier> evidenceTransferProtocol, Environment env)
           
AuthenticatorPushProtocolImpl(PeerReview<Handle,Identifier> peerreview, AuthenticatorStore<Identifier> inStore, AuthenticatorStore<Identifier> outStore, AuthenticatorStore<Identifier> pendingStore, IdentityTransport<Handle,Identifier> transport, PeerInfoStore<Handle,Identifier> infoStore, EvidenceTransferProtocol<Handle,Identifier> evidenceTransferProtocol, Environment env)
           
 

Uses of AuthenticatorStore in org.mpisws.p2p.transport.peerreview.challenge
 

Constructors in org.mpisws.p2p.transport.peerreview.challenge with parameters of type AuthenticatorStore
ChallengeResponseProtocolImpl(PeerReviewImpl<Handle,Identifier> peerReviewImpl, IdentityTransport<Handle,Identifier> transport, PeerInfoStore<Handle,Identifier> infoStore, SecureHistory history, AuthenticatorStore<Identifier> authOutStore, AuditProtocol<Handle,Identifier> auditProtocol, CommitmentProtocol<Handle,Identifier> commitmentProtocol)
           
 

Uses of AuthenticatorStore in org.mpisws.p2p.transport.peerreview.commitment
 

Classes in org.mpisws.p2p.transport.peerreview.commitment that implement AuthenticatorStore
 class AuthenticatorStoreImpl<Identifier extends RawSerializable>
           
 

Constructors in org.mpisws.p2p.transport.peerreview.commitment with parameters of type AuthenticatorStore
CommitmentProtocolImpl(PeerReview<Handle,Identifier> peerreview, IdentityTransport<Handle,Identifier> transport, PeerInfoStore<Handle,Identifier> infoStore, AuthenticatorStore<Identifier> authStore, SecureHistory history, long timeToleranceMillis)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.


Imprint-Dataprotection