Uses of Class
net.i2p.data.Certificate

Packages that use Certificate
net.i2p.client Implements the base I2P SDK for developing applications that communicate through I2P. 
net.i2p.data   
net.i2p.data.i2np   
net.i2p.router   
net.i2p.router.message   
 

Uses of Certificate in net.i2p.client
 

Methods in net.i2p.client with parameters of type Certificate
 Destination I2PClientImpl.createDestination(java.io.OutputStream destKeyStream, Certificate cert)
          Create the destination with the given payload and write it out along with the PrivateKey and SigningPrivateKey to the destKeyStream
 Destination I2PClient.createDestination(java.io.OutputStream destKeyStream, Certificate cert)
          Create a new destination with the given certificate and store it, along with the private encryption and signing keys at the specified location
 

Uses of Certificate in net.i2p.data
 

Methods in net.i2p.data that return Certificate
 Certificate RouterIdentity.getCertificate()
           
 Certificate Destination.getCertificate()
           
 

Methods in net.i2p.data with parameters of type Certificate
 void RouterIdentity.setCertificate(Certificate cert)
           
 void Destination.setCertificate(Certificate cert)
           
 

Uses of Certificate in net.i2p.data.i2np
 

Methods in net.i2p.data.i2np that return Certificate
 Certificate TunnelCreateMessage.getCertificate()
           
 Certificate GarlicClove.getCertificate()
           
 

Methods in net.i2p.data.i2np with parameters of type Certificate
 void TunnelCreateMessage.setCertificate(Certificate cert)
           
 void GarlicClove.setCertificate(Certificate cert)
           
 

Uses of Certificate in net.i2p.router
 

Methods in net.i2p.router that return Certificate
 Certificate Router.createCertificate()
           
 

Uses of Certificate in net.i2p.router.message
 

Methods in net.i2p.router.message that return Certificate
 Certificate GarlicConfig.getCertificate()
           
 Certificate CloveSet.getCertificate()
           
 Certificate GarlicConfig.getReplyBlockCertificate()
           
 

Methods in net.i2p.router.message with parameters of type Certificate
 void GarlicConfig.setCertificate(Certificate cert)
          Certificate for the getRecipient() to pay for their processing
 void CloveSet.setCertificate(Certificate cert)
           
 void GarlicConfig.setReplyBlockCertificate(Certificate cert)