Class DecryptedIdSet
- java.lang.Object
-
- de.adorsys.psd2.consent.service.security.DecryptedIdSet
-
public class DecryptedIdSet extends Object
Container for holding crypto information, extracted in the process of decrypting the ID
-
-
Constructor Summary
Constructors Constructor Description DecryptedIdSet(String... idDataValues)Constructs new instance of DecryptedIdSet from given parameters: decrypted ID random secret key, used for encrypting data ID of the crypto provider, used for encrypting ASPSP consent data (if the value is omitted, it's assumed that old provider was used)
-
-
-
Constructor Detail
-
DecryptedIdSet
public DecryptedIdSet(String... idDataValues)
Constructs new instance of DecryptedIdSet from given parameters:- decrypted ID
- random secret key, used for encrypting data
- ID of the crypto provider, used for encrypting ASPSP consent data (if the value is omitted, it's assumed that old provider was used)
- Parameters:
idDataValues- values, extracted from the ID during decryption
-
-