Uses of Class
net.i2p.router.message.GarlicConfig

Packages that use GarlicConfig
net.i2p.router.message   
 

Uses of GarlicConfig in net.i2p.router.message
 

Subclasses of GarlicConfig in net.i2p.router.message
 class PayloadGarlicConfig
          Garlic config containing an I2NP message
 

Methods in net.i2p.router.message that return GarlicConfig
 GarlicConfig GarlicConfig.getClove(int index)
           
 

Methods in net.i2p.router.message with parameters of type GarlicConfig
 void GarlicConfig.addClove(GarlicConfig config)
          Add a clove to the current message - if any cloves are added, an I2NP message cannot be specified via setPayload.
static GarlicMessage GarlicMessageBuilder.buildMessage(RouterContext ctx, GarlicConfig config)
           
static GarlicMessage GarlicMessageBuilder.buildMessage(RouterContext ctx, GarlicConfig config, SessionKey wrappedKey, java.util.Set wrappedTags)
           
static GarlicMessage GarlicMessageBuilder.buildMessage(RouterContext ctx, GarlicConfig config, SessionKey wrappedKey, java.util.Set wrappedTags, int numTagsToDeliver)
           
static GarlicMessage GarlicMessageBuilder.buildMessage(RouterContext ctx, GarlicConfig config, SessionKey wrappedKey, java.util.Set wrappedTags, int numTagsToDeliver, boolean forceElGamal)
           
static GarlicMessage GarlicMessageBuilder.buildMessage(RouterContext ctx, GarlicConfig config, SessionKey wrappedKey, java.util.Set wrappedTags, PublicKey target, SessionKey encryptKey, SessionTag encryptTag)
           
 

Constructors in net.i2p.router.message with parameters of type GarlicConfig
SendGarlicJob(RouterContext ctx, GarlicConfig config, Job onSend, Job onSendFailed, ReplyJob onReply, Job onReplyFailed, long timeoutMs, int priority, MessageSelector replySelector)
           
SendGarlicJob(RouterContext ctx, GarlicConfig config, Job onSend, Job onSendFailed, ReplyJob onReply, Job onReplyFailed, long timeoutMs, int priority, MessageSelector replySelector, SessionKey wrappedKey, java.util.Set wrappedTags)