| Modifier and Type | Method and Description |
|---|---|
Optional<DecryptedData> |
SecurityDataService.decryptConsentData(String encryptedId,
byte[] aspspConsentData)
Decrypt ASPSP consent data
|
| Modifier and Type | Method and Description |
|---|---|
Optional<DecryptedData> |
CryptoProvider.decryptData(byte[] data,
String password)
Decrypts data with some crypto algorithm using password
|
| Modifier and Type | Method and Description |
|---|---|
Optional<DecryptedData> |
AesEcbCryptoProviderImpl.decryptData(byte[] data,
String password) |
| Modifier and Type | Method and Description |
|---|---|
Optional<DecryptedData> |
JweCryptoProviderImpl.decryptData(byte[] data,
String password) |
Copyright © 2020. All rights reserved.