|
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,
long firstSeq,
byte[] baseHash,
Handle subjectHandle,
AuthenticatorStore<Identifier> authStoreOrNull,
byte flags,
byte[] keyNodeHash,
long keyNodeMaxSeq)
|
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 |