| Modifier and Type | Method and Description |
|---|---|
Optional<EncryptedData> |
SecurityDataService.encryptConsentData(String encryptedId,
byte[] aspspConsentData)
Encrypts ASPSP consent data
|
| Modifier and Type | Method and Description |
|---|---|
Optional<EncryptedData> |
CryptoProvider.encryptData(byte[] data,
String password)
Encrypts data with some crypto algorithm using password
|
| Modifier and Type | Method and Description |
|---|---|
Optional<EncryptedData> |
AesEcbCryptoProviderImpl.encryptData(byte[] data,
String password) |
| Modifier and Type | Method and Description |
|---|---|
Optional<EncryptedData> |
JweCryptoProviderImpl.encryptData(byte[] data,
String password) |
Copyright © 2019. All rights reserved.