Class DigestUtil
java.lang.Object
org.eclipse.milo.opcua.stack.core.util.DigestUtil
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic byte[]sha1(byte[] input) Compute the SHA1 digest for a given input.
-
Constructor Details
-
DigestUtil
public DigestUtil()
-
-
Method Details
-
sha1
public static byte[] sha1(byte[] input) Compute the SHA1 digest for a given input.- Parameters:
input- the input to compute the digest for.- Returns:
- the SHA1 digest of
input.
-