public interface DigestUtils
| Modifier and Type | Method and Description |
|---|---|
String |
createHash(File f)
Calculates the SHA-1 digest and returns the value as a hex string
|
String |
shaHex(String data)
Calculates the SHA-1 digest and returns the value as a hex string
|
Copyright © 2015. All rights reserved.