Modifier and Type | Method and Description |
---|---|
SecretKeyWithIv |
EncryptionWithInitVectorOper.generateKey() |
SecretKeyWithIv |
ConsentAuthorizationEncryptionServiceProvider.generateKey() |
Modifier and Type | Method and Description |
---|---|
Cipher |
EncryptionWithInitVectorOper.decryption(SecretKeyWithIv keyWithIv) |
Cipher |
EncryptionWithInitVectorOper.encryption(SecretKeyWithIv keyWithIv) |
EncryptionService |
EncryptionWithInitVectorOper.encryptionService(String keyId,
SecretKeyWithIv keyWithIv) |
EncryptionService |
ConsentAuthorizationEncryptionServiceProvider.forSecretKey(SecretKeyWithIv key) |
Constructor and Description |
---|
InternalAuthorizationRequiredResult(SecretKeyWithIv authorizationKey) |
Modifier and Type | Method and Description |
---|---|
SecretKeyWithIv |
EncryptionKeySerde.SecretKeyWithIvContainer.asKey() |
SecretKeyWithIv |
EncryptionKeySerde.fromString(String fromString) |
SecretKeyWithIv |
EncryptionKeySerde.read(InputStream is) |
Modifier and Type | Method and Description |
---|---|
String |
EncryptionKeySerde.asString(SecretKeyWithIv secretKeyWithIv) |
<O> @NotNull AuthSession |
AuthSessionHandler.createNewAuthSessionAndEnhanceResult(FacadeServiceableRequest request,
SecretKeyWithIv sessionKey,
ServiceContext context,
FacadeResultRedirectable<O,?> result) |
protected <RESULT,REQUEST extends FacadeServiceableGetter> |
ProtocolResultHandler.handleRedirect(RedirectionResult<RESULT,?> result,
FacadeServiceableRequest request,
ServiceContext<REQUEST> session,
SecretKeyWithIv sessionKey) |
<O> @NotNull AuthSession |
AuthSessionHandler.reuseAuthSessionAndEnhanceResult(AuthSession authSession,
SecretKeyWithIv sessionKey,
ServiceContext context,
FacadeResultRedirectable<O,?> result) |
void |
EncryptionKeySerde.write(SecretKeyWithIv value,
OutputStream os) |
Constructor and Description |
---|
SecretKeyWithIvContainer(SecretKeyWithIv key) |
Modifier and Type | Method and Description |
---|---|
RequestScoped |
RequestScopedProvider.registerForFintechSession(Fintech fintech,
BankProfile profile,
ServiceSession session,
long bankProtocolId,
ConsentAuthorizationEncryptionServiceProvider encryptionServiceProvider,
SecretKeyWithIv futureAuthorizationSessionKey,
Supplier<char[]> fintechPassword) |
RequestScoped |
RequestScopedProvider.registerForPsuSession(AuthSession authSession,
ConsentAuthorizationEncryptionServiceProvider encryptionServiceProvider,
long bankProtocolId,
SecretKeyWithIv key) |
Copyright © 2020. All rights reserved.