public interface HashProvider extends Provider
| Modifier and Type | Method and Description |
|---|---|
default void |
close() |
byte[] |
hash(byte[] input) |
default byte[] |
hash(String input) |
default byte[] hash(String input) throws HashException
HashExceptionbyte[] hash(byte[] input)
throws HashException
HashExceptionCopyright © 2021 JBoss by Red Hat. All rights reserved.