Uses of Class
net.i2p.data.KeysAndCert

Packages that use KeysAndCert
net.i2p.data These classes define the common data structures used by the various I2P protocols. 
 

Uses of KeysAndCert in net.i2p.data
 

Subclasses of KeysAndCert in net.i2p.data
 class Destination
          Defines an end point in the I2P network.
 class RouterIdentity
          Defines the unique identifier of a router, including any certificate or public key.
 class VerifiedDestination
          Extend Destination with methods to verify its Certificate.
 

Methods in net.i2p.data that return KeysAndCert
protected  KeysAndCert LeaseSet.getKeysAndCert()
           
protected  KeysAndCert RouterInfo.getKeysAndCert()
           
protected abstract  KeysAndCert DatabaseEntry.getKeysAndCert()
          Get the keys and the cert Identical to getDestination() in LeaseSet, and getIdentity() in RouterInfo.