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

Method forSha256Async

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

Asynchronously retrieves a CompletableFuture containing the VaasVerdict for the given SHA-256 hash. @param sha256 the SHA-256 hash to retrieve the verdict for @return a CompletableFuture containing the VaasVerdict for the hash

(Sha256 sha256)

Source from the content-addressed store, hash-verified

25 * the hash
26 */
27 CompletableFuture<VaasVerdict> forSha256Async(Sha256 sha256);
28
29 /**
30 * Asynchronously retrieves a {@link CompletableFuture} containing the

Implementers 1

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

Calls

no outgoing calls