|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
Uses of AuthenticatorStore in org.mpisws.p2p.transport.peerreview.authpush |
---|
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 | |||||||||
PREV NEXT | FRAMES NO FRAMES |