Package org.keycloak.crypto
Class SHAKE256HashProviderFactory
java.lang.Object
org.keycloak.crypto.SHAKE256HashProviderFactory
- All Implemented Interfaces:
HashProviderFactory
,ProviderFactory<HashProvider>
- Author:
- rmartinc
-
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
-
SHAKE256HashProviderFactory
public SHAKE256HashProviderFactory()
-
-
Method Details
-
getId
- Specified by:
getId
in interfaceProviderFactory<HashProvider>
-
create
- Specified by:
create
in interfaceProviderFactory<HashProvider>
-