|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface EncSupply
Method Summary | |
---|---|
java.security.PrivateKey |
getPrivateKey()
fetches the private key used to sign mails and decrypt encoded mails |
java.security.PublicKey |
getPublicKey()
|
javax.crypto.Cipher |
getStoreCipher()
fetches the Cipher with which to encrypt or decrypt locally stored data |
javax.crypto.SecretKey |
getStoreKey()
fetches the Key used to encrypt data stored on the harddisk (emails, addressbook) |
void |
setKeyStore(java.io.File f)
|
Method Detail |
---|
javax.crypto.SecretKey getStoreKey() throws EncSupplyException
EncSupplyException
javax.crypto.Cipher getStoreCipher() throws EncSupplyException
EncSupplyException
java.security.PrivateKey getPrivateKey() throws EncSupplyException
EncSupplyException
java.security.PublicKey getPublicKey() throws EncSupplyException
EncSupplyException
void setKeyStore(java.io.File f) throws EncSupplyException
EncSupplyException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |