Uses of Class
mail.EncSupplyException

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

Uses of EncSupplyException in mail
 

Methods in mail that throw EncSupplyException
 java.security.PrivateKey EncSupply.getPrivateKey()
          fetches the private key used to sign mails and decrypt encoded mails
 java.security.PublicKey EncSupply.getPublicKey()
           
 javax.crypto.Cipher EncSupply.getStoreCipher()
          fetches the Cipher with which to encrypt or decrypt locally stored data
 javax.crypto.SecretKey EncSupply.getStoreKey()
          fetches the Key used to encrypt data stored on the harddisk (emails, addressbook)
 void EncSupply.setKeyStore(java.io.File f)
           
 

Constructors in mail that throw EncSupplyException
User(java.io.File basedir, EncSupply enc)
          loads a user from specified directory.
 

Uses of EncSupplyException in mail.gui
 

Methods in mail.gui that throw EncSupplyException
private  char[] EncSupplyUI.getPassword(Message m)
           
 java.security.PrivateKey EncSupplyUI.getPrivateKey()
           
 java.security.PublicKey EncSupplyUI.getPublicKey()
           
private  void EncSupplyUI.loadKeys(char[] pw)
           
 void EncSupplyUI.setKeyStore(java.io.File basedir)
           
private  void EncSupplyUI.storeKeys(char[] pw)
           
 

Uses of EncSupplyException in mail.node
 

Constructors in mail.node that throw EncSupplyException
LocalNode(MailStore mailStore, java.util.Map<NameID,ID> nameStore, EncSupply enc)
           
 

Uses of EncSupplyException in mail.node.crypt
 

Constructors in mail.node.crypt that throw EncSupplyException
MyCryptEngine(EncSupply enc)
           
 

Uses of EncSupplyException in mail.test
 

Methods in mail.test that throw EncSupplyException
 java.security.PrivateKey TestEncSupply.getPrivateKey()
           
 java.security.PublicKey TestEncSupply.getPublicKey()
           
 javax.crypto.Cipher TestEncSupply.getStoreCipher()
           
 javax.crypto.SecretKey TestEncSupply.getStoreKey()
           
 void TestEncSupply.setKeyStore(java.io.File f)
           
private static RemoteNode TestCommunicator.spawn(Communicator c)
           
 void TestCommunicator.testConnections()