public class Encryptor extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CRYPTO_PROVIDER_BC |
| Constructor and Description |
|---|
Encryptor() |
| Modifier and Type | Method and Description |
|---|---|
String |
encrypt(String cleartext,
CryptoContext cryptoContext) |
public static final String CRYPTO_PROVIDER_BC
public String encrypt(String cleartext, CryptoContext cryptoContext) throws Exception
ExceptionCopyright © 2024 WSO2. All rights reserved.