MCPcopy Index your code
hub / github.com/antlr/codebuff / hmacToString

Method hmacToString

output/java_guava/1.4.19/Hashing.java:397–402  ·  view source on GitHub ↗
(String methodName, Key key)

Source from the content-addressed store, hash-verified

395 }
396
397 private static String hmacToString(String methodName, Key key) {
398 return String.format("Hashing.%s(Key[algorithm=%s, format=%s])",
399 methodName,
400 key.getAlgorithm(),
401 key.getFormat());
402 }
403
404 /**
405 * Returns a hash function implementing the CRC32C checksum algorithm (32 hash bits) as described

Callers 4

hmacMd5Method · 0.95
hmacSha1Method · 0.95
hmacSha256Method · 0.95
hmacSha512Method · 0.95

Calls 1

formatMethod · 0.45

Tested by

no test coverage detected