Interface HashProvider

All Superinterfaces:
Provider

public interface HashProvider extends Provider
Author:
Marek Posolda
  • Method Summary

    Modifier and Type
    Method
    Description
    default void
     
    byte[]
    hash(byte[] input)
     
    default byte[]
    hash(String input)
     
  • Method Details

    • hash

      default byte[] hash(String input) throws org.keycloak.crypto.HashException
      Throws:
      org.keycloak.crypto.HashException
    • hash

      byte[] hash(byte[] input) throws org.keycloak.crypto.HashException
      Throws:
      org.keycloak.crypto.HashException
    • close

      default void close()
      Specified by:
      close in interface Provider