Class CryptographyManager
- java.lang.Object
-
- org.wso2.carbon.mediator.bam.config.CryptographyManager
-
public class CryptographyManager extends Object
Encrypts and decrypts passwords. These operations are Base64 encoded to assure printable characters
-
-
Constructor Summary
Constructors Constructor Description CryptographyManager()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
base64DecodeAndDecrypt(String cipherText)
String
encryptAndBase64Encode(String plainText)
-