public final class SecurityUtil
extends java.lang.Object
| Constructor and Description |
|---|
SecurityUtil() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
getDigest(byte[] input,
java.lang.String algo) |
static java.lang.String |
getSHA1(byte[] input) |
public static java.lang.String getSHA1(byte[] input)
throws java.security.NoSuchAlgorithmException
input - java.security.NoSuchAlgorithmExceptionpublic static java.lang.String getDigest(byte[] input,
java.lang.String algo)
throws java.security.NoSuchAlgorithmException
input - algo - java.security.NoSuchAlgorithmExceptionCopyright © 2004-2020 The Apache Software Foundation. All Rights Reserved.