public interface Cipher
CipherProvider.getInstance(String) using reflection| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encryptedData)
Used to decrypt encrypted by
encrypt(String) data |
String |
encrypt(String plainTextData)
Used to encrypt data stored in plain text.
|
String encrypt(String plainTextData)
plainTextData - data in plain text which should be encryptedRuntimeException - in case any problem with encryptionString decrypt(String encryptedData)
encrypt(String) dataencryptedData - data which has been encrypted by using encrypt(String)RuntimeException - in case any problem with decryptionCopyright © 2023 Atlassian. All rights reserved.