| Package | Description |
|---|---|
| de.adorsys.ledgers.sca.service |
| Modifier and Type | Method and Description |
|---|---|
SCAOperationBO |
SCAOperationService.generateAuthCode(AuthCodeDataBO authCodeData,
UserBO user,
ScaStatusBO scaStatus)
Generates an authentication code, hashes it using the operation data and stores
the hash for later verification.
|
SCAOperationBO |
SCAOperationService.loadAuthCode(String authorizationId)
Load an auth code data object from the database.
|
boolean |
SCAOperationService.validateAuthCode(String authorisationId,
String opId,
String opData,
String authCode)
Verify that the auth code, recomputing and verifying the hash of (Auth Code and opData).
|
Copyright © 2019. All rights reserved.