Modifier and Type | Method and Description |
---|---|
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
|
Constructor and Description |
---|
DefaultPlexusCipher() |
PBECipher() |
Copyright © 2008-2014 Sonatype, Inc.. All Rights Reserved.