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
HashException
byte[] hash(byte[] input) throws HashException
HashException
Copyright © 2021 JBoss by Red Hat. All rights reserved.