JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
SEARCH
Uses of Class
org.codehaus.plexus.components.secdispatcher.CipherException
Packages that use
CipherException
Package
Description
org.codehaus.plexus.components.secdispatcher
org.codehaus.plexus.components.secdispatcher.internal.cipher
Uses of
CipherException
in
org.codehaus.plexus.components.secdispatcher
Methods in
org.codehaus.plexus.components.secdispatcher
that throw
CipherException
Modifier and Type
Method
Description
String
Cipher.
decrypt
(
String
encryptedText,
String
password)
Decrypts the encrypted text with password and returns clear text result.
String
Cipher.
encrypt
(
String
clearText,
String
password)
Encrypts the clear text data with password and returns result.
Uses of
CipherException
in
org.codehaus.plexus.components.secdispatcher.internal.cipher
Methods in
org.codehaus.plexus.components.secdispatcher.internal.cipher
that throw
CipherException
Modifier and Type
Method
Description
String
AESGCMNoPadding.
decrypt
(
String
encryptedText,
String
password)
String
AESGCMNoPadding.
encrypt
(
String
clearText,
String
password)