Uses of Class
de.adorsys.opba.protocol.facade.config.encryption.SecretKeyWithIv
-
-
Uses of SecretKeyWithIv in de.adorsys.opba.protocol.facade.config.encryption
Methods in de.adorsys.opba.protocol.facade.config.encryption that return SecretKeyWithIv Modifier and Type Method Description SecretKeyWithIvConsentAuthorizationEncryptionServiceProvider. generateKey()SecretKeyWithIvEncryptionWithInitVectorOper. generateKey()Methods in de.adorsys.opba.protocol.facade.config.encryption with parameters of type SecretKeyWithIv Modifier and Type Method Description CipherEncryptionWithInitVectorOper. decryption(SecretKeyWithIv keyWithIv)CipherEncryptionWithInitVectorOper. encryption(SecretKeyWithIv keyWithIv)EncryptionServiceEncryptionWithInitVectorOper. encryptionService(String keyId, SecretKeyWithIv keyWithIv)EncryptionServiceConsentAuthorizationEncryptionServiceProvider. forSecretKey(SecretKeyWithIv key) -
Uses of SecretKeyWithIv in de.adorsys.opba.protocol.facade.result
Constructors in de.adorsys.opba.protocol.facade.result with parameters of type SecretKeyWithIv Constructor Description InternalAuthorizationRequiredResult(SecretKeyWithIv authorizationKey) -
Uses of SecretKeyWithIv in de.adorsys.opba.protocol.facade.services
Methods in de.adorsys.opba.protocol.facade.services that return SecretKeyWithIv Modifier and Type Method Description SecretKeyWithIvEncryptionKeySerde.SecretKeyWithIvContainer. asKey()SecretKeyWithIvEncryptionKeySerde. fromString(String fromString)SecretKeyWithIvEncryptionKeySerde. read(InputStream is)Methods in de.adorsys.opba.protocol.facade.services with parameters of type SecretKeyWithIv Modifier and Type Method Description StringEncryptionKeySerde. asString(SecretKeyWithIv secretKeyWithIv)<O> @NotNull AuthSessionAuthSessionHandler. createNewAuthSessionAndEnhanceResult(FacadeServiceableRequest request, SecretKeyWithIv sessionKey, ServiceContext context, FacadeResultRedirectable<O,?> result)protected <RESULT,REQUEST extends FacadeServiceableGetter>
FacadeResultRedirectable<RESULT,AuthStateBody>ProtocolResultHandler. handleRedirect(RedirectionResult<RESULT,?> result, FacadeServiceableRequest request, ServiceContext<REQUEST> session, SecretKeyWithIv sessionKey)<O> @NotNull AuthSessionAuthSessionHandler. reuseAuthSessionAndEnhanceResult(AuthSession authSession, SecretKeyWithIv sessionKey, ServiceContext context, FacadeResultRedirectable<O,?> result)voidEncryptionKeySerde. write(SecretKeyWithIv value, OutputStream os)Constructors in de.adorsys.opba.protocol.facade.services with parameters of type SecretKeyWithIv Constructor Description SecretKeyWithIvContainer(SecretKeyWithIv key) -
Uses of SecretKeyWithIv in de.adorsys.opba.protocol.facade.services.scoped
Methods in de.adorsys.opba.protocol.facade.services.scoped with parameters of type SecretKeyWithIv Modifier and Type Method Description RequestScopedRequestScopedProvider. registerForFintechSession(Fintech fintech, BankProfile profile, ServiceSession session, long bankProtocolId, ConsentAuthorizationEncryptionServiceProvider encryptionServiceProvider, SecretKeyWithIv futureAuthorizationSessionKey, Supplier<char[]> fintechPassword)RequestScopedRequestScopedProvider. registerForPsuSession(AuthSession authSession, ConsentAuthorizationEncryptionServiceProvider encryptionServiceProvider, long bankProtocolId, SecretKeyWithIv key)
-