Uses of Interface
mail.EncSupply

Packages that use EncSupply
mail   
mail.gui   
mail.node   
mail.node.crypt   
mail.test   
 

Uses of EncSupply in mail
 

Fields in mail declared as EncSupply
private  EncSupply MailArchive.enc
          needed to encrypt received mails, so other can't read the mails
private  EncSupply Addressbook.enc
           
private  EncSupply User.enc
           
 

Constructors in mail with parameters of type EncSupply
Addressbook(java.io.File basedir, EncSupply enc)
           
MailArchive(java.io.File basedir, User user, EncSupply enc)
          initializes, if necessary creates the MailArchive.
User(java.io.File basedir, EncSupply enc)
          loads a user from specified directory.
 

Uses of EncSupply in mail.gui
 

Classes in mail.gui that implement EncSupply
 class EncSupplyUI
           
 

Uses of EncSupply in mail.node
 

Constructors in mail.node with parameters of type EncSupply
LocalNode(MailStore mailStore, java.util.Map<NameID,ID> nameStore, EncSupply enc)
           
 

Uses of EncSupply in mail.node.crypt
 

Fields in mail.node.crypt declared as EncSupply
(package private)  EncSupply MyCryptEngine.enc
           
 

Constructors in mail.node.crypt with parameters of type EncSupply
MyCryptEngine(EncSupply enc)
           
 

Uses of EncSupply in mail.test
 

Classes in mail.test that implement EncSupply
 class TestEncSupply