Package org.keycloak.crypto
Interface HashProvider
- 
- All Superinterfaces:
- Provider
 - All Known Implementing Classes:
- JavaAlgorithmHashProvider
 
 public interface HashProvider extends Provider - Author:
- Marek Posolda
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default voidclose()byte[]hash(byte[] input)default byte[]hash(String input)
 
- 
- 
- 
Method Detail- 
hashdefault byte[] hash(String input) throws HashException - Throws:
- HashException
 
 - 
hashbyte[] hash(byte[] input) throws HashException- Throws:
- HashException
 
 
- 
 
-