public class EncryptionUtils extends Object
| Constructor and Description |
|---|
EncryptionUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
encryptPlainTextSecretsUsingCertString(List<Secret> secrets,
String certificateString)
|
static InputSecretIdentifiers |
loadInputSecrets()
Load the input secret identifier data from the source JSON file.
|
static void |
validateSystemPropertyBasedInput()
Validate the required input Java System Property values.
|
public static void encryptPlainTextSecretsUsingCertString(List<Secret> secrets, String certificateString)
Secret of a list of Secret instances.
Uses the public key string for encryption.secrets - list of input Secret instancescertificateString - certificate string of the public key used to encrypt the input plain text passwordspublic static InputSecretIdentifiers loadInputSecrets()
public static void validateSystemPropertyBasedInput()
Copyright © 2021 WSO2. All rights reserved.