public interface EncryptionService
extends org.apache.wss4j.common.crypto.PasswordEncryptor
| Modifier and Type | Method and Description |
|---|---|
String |
decryptValue(String wrappedEncryptedValue)
Decrypts a wrapped encrypted value in the "ENC(*)" format.
|
String |
unwrapEncryptedValue(String wrappedEncryptedValue)
Unwraps an encrypted value in the "ENC(*)" format.
|
String decryptValue(String wrappedEncryptedValue)
wrappedEncryptedValue - a string of the form "ENC(", followed by an encrypted value, and
terminated with ")".String unwrapEncryptedValue(String wrappedEncryptedValue)
wrappedEncryptedValue - a string of the form "ENC(", followed by an encrypted value, and
terminated with ")".This work is licensed under a Creative Commons Attribution 4.0 International License.