|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SecureHistory in org.mpisws.p2p.testing.transportlayer.peerreview |
---|
Classes in org.mpisws.p2p.testing.transportlayer.peerreview that implement SecureHistory | |
---|---|
class |
PRInconsistent1.ForkingSecureHistory
|
Uses of SecureHistory in org.mpisws.p2p.testing.transportlayer.replay |
---|
Methods in org.mpisws.p2p.testing.transportlayer.replay with parameters of type SecureHistory | |
---|---|
java.lang.String |
MyEntryDeserializer.read(IndexEntry ie,
SecureHistory history)
|
Uses of SecureHistory in org.mpisws.p2p.transport.peerreview |
---|
Fields in org.mpisws.p2p.transport.peerreview declared as SecureHistory | |
---|---|
protected SecureHistory |
PeerReviewImpl.history
|
Methods in org.mpisws.p2p.transport.peerreview that return SecureHistory | |
---|---|
SecureHistory |
PeerReview.getHistory()
|
SecureHistory |
PeerReviewImpl.getHistory()
|
Uses of SecureHistory in org.mpisws.p2p.transport.peerreview.audit |
---|
Constructors in org.mpisws.p2p.transport.peerreview.audit with parameters of type SecureHistory | |
---|---|
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 SecureHistory in org.mpisws.p2p.transport.peerreview.challenge |
---|
Constructors in org.mpisws.p2p.transport.peerreview.challenge with parameters of type SecureHistory | |
---|---|
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 SecureHistory in org.mpisws.p2p.transport.peerreview.commitment |
---|
Constructors in org.mpisws.p2p.transport.peerreview.commitment with parameters of type SecureHistory | |
---|---|
CommitmentProtocolImpl(PeerReview<Handle,Identifier> peerreview,
IdentityTransport<Handle,Identifier> transport,
PeerInfoStore<Handle,Identifier> infoStore,
AuthenticatorStore<Identifier> authStore,
SecureHistory history,
long timeToleranceMillis)
|
Uses of SecureHistory in org.mpisws.p2p.transport.peerreview.history |
---|
Classes in org.mpisws.p2p.transport.peerreview.history that implement SecureHistory | |
---|---|
class |
SecureHistoryImpl
The following class implements PeerReview's log. |
Methods in org.mpisws.p2p.transport.peerreview.history that return SecureHistory | |
---|---|
SecureHistory |
SecureHistoryFactory.create(java.lang.String name,
long baseSeq,
byte[] baseHash)
Creates a new history (aka log). |
SecureHistory |
SecureHistoryFactoryImpl.create(java.lang.String name,
long baseSeq,
byte[] baseHash)
Creates a new history (aka log). |
SecureHistory |
SecureHistoryFactory.createTemp(long baseSeq,
byte[] baseHash)
|
SecureHistory |
SecureHistoryFactoryImpl.createTemp(long baseSeq,
byte[] baseHash)
|
SecureHistory |
SecureHistoryFactory.open(java.lang.String name,
java.lang.String mode)
|
SecureHistory |
SecureHistoryFactoryImpl.open(java.lang.String name,
java.lang.String mode)
Opens an existing history (aka log). |
Uses of SecureHistory in org.mpisws.p2p.transport.peerreview.history.reader |
---|
Methods in org.mpisws.p2p.transport.peerreview.history.reader with parameters of type SecureHistory | |
---|---|
java.lang.String |
EntryDeserializer.read(IndexEntry ie,
SecureHistory history)
|
Uses of SecureHistory in org.mpisws.p2p.transport.peerreview.replay |
---|
Fields in org.mpisws.p2p.transport.peerreview.replay declared as SecureHistory | |
---|---|
protected SecureHistory |
VerifierImpl.history
|
Methods in org.mpisws.p2p.transport.peerreview.replay with parameters of type SecureHistory | |
---|---|
Verifier<Handle> |
VerifierFactory.getVerifier(SecureHistory history,
Handle localHandle,
long firstEntryToReplay,
long initialTime,
java.lang.Object extInfo)
|
Verifier<Handle> |
VerifierFactoryImpl.getVerifier(SecureHistory history,
Handle localHandle,
long firstEntryToReplay,
long initialTime,
java.lang.Object extInfo)
|
java.lang.String |
BasicEntryDeserializer.read(IndexEntry ie,
SecureHistory history)
|
Constructors in org.mpisws.p2p.transport.peerreview.replay with parameters of type SecureHistory | |
---|---|
VerifierImpl(PeerReview<Handle,Identifier> peerreview,
Environment env,
SecureHistory history,
Handle localHandle,
long firstEntryToReplay,
java.lang.Object extInfo)
|
Uses of SecureHistory in org.mpisws.p2p.transport.peerreview.replay.playback |
---|
Fields in org.mpisws.p2p.transport.peerreview.replay.playback declared as SecureHistory | |
---|---|
protected SecureHistory |
ReplayVerifier.history
|
Constructors in org.mpisws.p2p.transport.peerreview.replay.playback with parameters of type SecureHistory | |
---|---|
ReplayLayer(Serializer<Identifier> serializer,
HashProvider hashProv,
SecureHistory history,
Identifier localHandle,
Environment environment)
|
|
ReplayVerifier(Serializer<Identifier> serializer,
HashProvider hashProv,
SecureHistory history,
Identifier localHandle,
short signatureSizeBytes,
short hashSizeBytes,
int firstEntryToReplay,
Logger logger)
|
|
Rice Pastry API | |||||||||
PREV NEXT | FRAMES NO FRAMES |