|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Encryption | |
---|---|
org.apache.geronimo.crypto | |
org.apache.geronimo.system.util |
Uses of Encryption in org.apache.geronimo.crypto |
---|
Classes in org.apache.geronimo.crypto that implement Encryption | |
---|---|
class |
AbstractEncryption
|
class |
SimpleEncryption
This class protects some value BY ENCRYPTING WITH A KNOWN KEY. |
Methods in org.apache.geronimo.crypto with parameters of type Encryption | |
---|---|
static void |
EncryptionManager.setEncryptionPrefix(String prefix,
Encryption encryption)
Encryption instances should call this to register themselves. |
Uses of Encryption in org.apache.geronimo.system.util |
---|
Classes in org.apache.geronimo.system.util that implement Encryption | |
---|---|
class |
ConfiguredEncryption
Like SimpleEncryption except it uses a stored secret key. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |