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

Method forSha256

java/src/main/java/de/gdata/vaas/Vaas.java:183–191  ·  view source on GitHub ↗
(Sha256 sha256)

Source from the content-addressed store, hash-verified

181 }
182
183 @Override
184 public VaasVerdict forSha256(Sha256 sha256) throws InterruptedException, VaasAuthenticationException, VaasClientException, VaasServerException {
185 try {
186 return forSha256Async(sha256).get();
187 } catch (ExecutionException | CompletionException e) {
188 throwInnerException(e);
189 return null;
190 }
191 }
192
193 @Override
194 public VaasVerdict forSha256(Sha256 sha256, ForSha256Options options) throws InterruptedException, VaasClientException, VaasServerException, VaasAuthenticationException {

Callers 2

mainMethod · 0.95
mainMethod · 0.95

Calls 3

forSha256AsyncMethod · 0.95
throwInnerExceptionMethod · 0.95
getMethod · 0.80

Tested by

no test coverage detected