|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of PlexusCipherException in org.sonatype.plexus.components.cipher |
---|
Methods in org.sonatype.plexus.components.cipher that throw PlexusCipherException | |
---|---|
String |
DefaultPlexusCipher.decrypt(String str,
String passPhrase)
|
String |
PlexusCipher.decrypt(String str,
String passPhrase)
decrypt given base64 encrypted string |
String |
PBECipher.decrypt64(String encryptedText,
String password)
|
String |
DefaultPlexusCipher.decryptDecorated(String str,
String passPhrase)
|
String |
PlexusCipher.decryptDecorated(String str,
String passPhrase)
decrypt given base64 encoded encrypted string. |
String |
DefaultPlexusCipher.encrypt(String str,
String passPhrase)
|
String |
PlexusCipher.encrypt(String str,
String passPhrase)
encrypt given string with the given passPhrase and encode it into base64 |
String |
PBECipher.encrypt64(String clearText,
String password)
|
String |
DefaultPlexusCipher.encryptAndDecorate(String str,
String passPhrase)
|
String |
PlexusCipher.encryptAndDecorate(String str,
String passPhrase)
encrypt given string with the given passPhrase, encode it into base64 and return result, wrapped into { } decorations |
String |
DefaultPlexusCipher.unDecorate(String str)
|
String |
PlexusCipher.unDecorate(String str)
return string inside decorations |
Constructors in org.sonatype.plexus.components.cipher that throw PlexusCipherException | |
---|---|
DefaultPlexusCipher()
|
|
PBECipher()
|
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |