Uses of Interface
org.xlattice.PublicKey

Packages that use PublicKey
org.xlattice This package contains abstractions for all of the basic types dealt with in XLattice. 
 

Uses of PublicKey in org.xlattice
 

Fields in org.xlattice declared as PublicKey
protected  PublicKey Peer.pubkey
          Peer's PublicKey, possibly learned via nodeID
 

Methods in org.xlattice that return PublicKey
 PublicKey Peer.getPublicKey()
           
 PublicKey Node.getPublicKey()
           
 PublicKey Key.getPublicKey()
          Another experiment.
 

Methods in org.xlattice with parameters of type PublicKey
abstract  void SigVerifier.init(PublicKey pubkey)
          Initialize the verifier for use with a particular PublicKey.
 void Peer.setPublicKey(PublicKey p)
           
 

Constructors in org.xlattice with parameters of type PublicKey
Peer(NodeID id, PublicKey p, Overlay[] o, Connector[] c)