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