Package org.keycloak.crypto
Class SHA512HashProviderFactory
java.lang.Object
org.keycloak.crypto.SHA512HashProviderFactory
- 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
-
SHA512HashProviderFactory
public SHA512HashProviderFactory()
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceProviderFactory<HashProvider>
-
create
- Specified by:
create
in interfaceProviderFactory<HashProvider>
-