Retrieves a VaasVerdict for the given SHA-256 hash. @param sha256 the SHA-256 hash to retrieve the verdict for @return the VaasVerdict for the given SHA-256 hash @throws InterruptedException If the thread is interrupted @throws VaasAuthenticationException If there is an authe
(Sha256 sha256)
| 49 | * @throws VaasServerException The server encountered an internal error. Recommended actions: You may retry the request after a certain delay. If the problem persists contact G DATA. |
| 50 | */ |
| 51 | VaasVerdict forSha256(Sha256 sha256) throws InterruptedException, VaasAuthenticationException, VaasClientException, VaasServerException; |
| 52 | |
| 53 | /** |
| 54 | * Retrieves a {@link VaasVerdict} for the given SHA-256 hash. |