|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use EncryptionKey | |
| fi.hut.tml.xsmiles.mlfc.encryption | Encryption Markup Language Functional Component. |
| Uses of EncryptionKey in fi.hut.tml.xsmiles.mlfc.encryption |
| Fields in fi.hut.tml.xsmiles.mlfc.encryption declared as EncryptionKey | |
protected EncryptionKey |
KeyDialog.encryptionKey
the encryption key |
protected EncryptionKey |
EncryptionElementImpl.encryptionKey
the key to use for encryption |
| Methods in fi.hut.tml.xsmiles.mlfc.encryption that return EncryptionKey | |
EncryptionKey |
KeyDialog.showDialog()
Display the dialogue. |
EncryptionKey |
KeyDialog.getEncryptionKey()
Get the key to be used for encryption. |
EncryptionKey |
EncryptionDialog.showDialog()
Display the dialogue. |
static EncryptionKey |
EncryptionCreator.getKey(EncryptionKey key)
Get the default encryption key. |
| Methods in fi.hut.tml.xsmiles.mlfc.encryption with parameters of type EncryptionKey | |
void |
KeyDialog.setKey(EncryptionKey key)
Set the encryption key. |
static EncryptionKey |
EncryptionCreator.getKey(EncryptionKey key)
Get the default encryption key. |
static org.w3c.dom.Element |
EncryptionCreator.encrypt(org.w3c.dom.Node node,
java.net.URL url,
EncryptionKey key)
Encrypt a document. |
static org.w3c.dom.Element |
EncryptionCreator.decrypt(org.w3c.dom.Node node,
java.net.URL url,
EncryptionKey key)
Decrypt a document. |
static java.security.KeyStore |
EncryptionCreator.getKeyStore(EncryptionKey key)
Get the key store for an encryption key. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||