Uses of Class
de.adorsys.psd2.consent.service.security.EncryptedData
-
-
Uses of EncryptedData in de.adorsys.psd2.consent.service.security
Methods in de.adorsys.psd2.consent.service.security that return types with arguments of type EncryptedData Modifier and Type Method Description Optional<EncryptedData>SecurityDataService. encryptConsentData(String encryptedId, byte[] aspspConsentData)Encrypts ASPSP consent data -
Uses of EncryptedData in de.adorsys.psd2.consent.service.security.provider
Methods in de.adorsys.psd2.consent.service.security.provider that return types with arguments of type EncryptedData Modifier and Type Method Description Optional<EncryptedData>CryptoProvider. encryptData(byte[] data, String password)Encrypts data with some crypto algorithm using password -
Uses of EncryptedData in de.adorsys.psd2.consent.service.security.provider.aes
Methods in de.adorsys.psd2.consent.service.security.provider.aes that return types with arguments of type EncryptedData Modifier and Type Method Description Optional<EncryptedData>AesEcbCryptoProviderImpl. encryptData(byte[] data, String password) -
Uses of EncryptedData in de.adorsys.psd2.consent.service.security.provider.jwe
Methods in de.adorsys.psd2.consent.service.security.provider.jwe that return types with arguments of type EncryptedData Modifier and Type Method Description Optional<EncryptedData>JweCryptoProviderImpl. encryptData(byte[] data, String password)
-