Package org.keycloak.crypto
Class SHA256HashProviderFactory
- java.lang.Object
-
- org.keycloak.crypto.SHA256HashProviderFactory
-
- All Implemented Interfaces:
HashProviderFactory
,ProviderFactory<HashProvider>
public class SHA256HashProviderFactory extends Object implements HashProviderFactory
- Author:
- Marek Posolda
-
-
Constructor Summary
Constructors Constructor Description SHA256HashProviderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashProvider
create(KeycloakSession session)
String
getId()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.keycloak.crypto.HashProviderFactory
close, init, postInit
-
Methods inherited from interface org.keycloak.provider.ProviderFactory
getConfigMetadata, order
-
-
-
-
Field Detail
-
ID
public static final String ID
- See Also:
- Constant Field Values
-
-
Method Detail
-
getId
public String getId()
- Specified by:
getId
in interfaceProviderFactory<HashProvider>
-
create
public HashProvider create(KeycloakSession session)
- Specified by:
create
in interfaceProviderFactory<HashProvider>
-
-