MCPcopy Create free account
hub / github.com/GDATASoftwareAG/vaas / forSha256

Method forSha256

java/src/main/java/de/gdata/vaas/IVaas.java:51–51  ·  view source on GitHub ↗

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)

Source from the content-addressed store, hash-verified

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.

Implementers 1

Vaasjava/src/main/java/de/gdata/vaas/Vaas.

Calls

no outgoing calls