public interface DecryptionProvider
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] cipherText)
Decrypts input cipher bytes
|
default byte[] |
decrypt(byte[] cipherText,
AlgorithmParameterSpec params)
Decrypts input cipher bytes.
|
byte[] decrypt(byte[] cipherText)
cipherText - as a byte arraydefault byte[] decrypt(byte[] cipherText,
AlgorithmParameterSpec params)
cipherText - Encrypted text as a byte array.params - The algorithm parameters.Copyright © 2025 WSO2. All rights reserved.