Package org.keycloak.crypto
Class SHA256HashProviderFactory
java.lang.Object
org.keycloak.crypto.SHA256HashProviderFactory
- All Implemented Interfaces:
HashProviderFactory
,ProviderFactory<HashProvider>
- Author:
- Marek Posolda
-
Field Summary
-
Constructor Summary
-
Method Summary
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 Details
-
ID
- See Also:
-
-
Constructor Details
-
SHA256HashProviderFactory
public SHA256HashProviderFactory()
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceProviderFactory<HashProvider>
-
create
- Specified by:
create
in interfaceProviderFactory<HashProvider>
-