Rice Pastry API

Uses of Class
org.mpisws.p2p.transport.peerreview.commitment.Authenticator

Packages that use Authenticator
org.mpisws.p2p.transport.peerreview.commitment   
org.mpisws.p2p.transport.peerreview.proof   
 

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

Methods in org.mpisws.p2p.transport.peerreview.commitment that return Authenticator
 Authenticator AuthenticatorSerializer.deserialize(InputBuffer buf)
           
 Authenticator AuthenticatorSerializerImpl.deserialize(InputBuffer buf)
           
 Authenticator AuthenticatorStore.getLastAuthenticatorBefore(Identifier id, long seq)
           
 Authenticator AuthenticatorStoreImpl.getLastAuthenticatorBefore(Identifier id, long seq)
           
 Authenticator AuthenticatorStore.getMostRecentAuthenticator(Identifier id)
           
 Authenticator AuthenticatorStoreImpl.getMostRecentAuthenticator(Identifier id)
           
 Authenticator AuthenticatorStore.getOldestAuthenticator(Identifier id)
           
 Authenticator AuthenticatorStoreImpl.getOldestAuthenticator(Identifier id)
           
 Authenticator AuthenticatorStore.statAuthenticator(Identifier id, long seq)
           
 Authenticator AuthenticatorStoreImpl.statAuthenticator(Identifier id, long seq)
           
 

Methods in org.mpisws.p2p.transport.peerreview.commitment that return types with arguments of type Authenticator
protected  java.util.SortedSet<Authenticator> AuthenticatorStoreImpl.findSubject(Identifier id)
           
 java.util.List<Authenticator> AuthenticatorStore.getAuthenticators(Identifier id, long minseq, long maxseq)
          Retrieve all the authenticators within a given range of sequence numbers
 java.util.List<Authenticator> AuthenticatorStoreImpl.getAuthenticators(Identifier id, long minseq, long maxseq)
           
 

Methods in org.mpisws.p2p.transport.peerreview.commitment with parameters of type Authenticator
 void AuthenticatorStore.addAuthenticator(Identifier id, Authenticator authenticator)
          Also writes it to disk.
 void AuthenticatorStoreImpl.addAuthenticator(Identifier id, Authenticator authenticator)
           
protected  void AuthenticatorStoreImpl.addAuthenticatorToMemory(Identifier id, Authenticator authenticator)
          Add a new authenticator.
 int Authenticator.compareTo(Authenticator that)
           
 

Uses of Authenticator in org.mpisws.p2p.transport.peerreview.proof
 

Constructors in org.mpisws.p2p.transport.peerreview.proof with parameters of type Authenticator
ProofInconsistent(Authenticator auth1, Authenticator auth2)
           
 


Rice Pastry API

Copyright © 2001-2005 - Rice Pastry.