Package org.keycloak.crypto
Class SHA384HashProviderFactory
- java.lang.Object
-
- org.keycloak.crypto.SHA384HashProviderFactory
-
- All Implemented Interfaces:
HashProviderFactory,ProviderFactory<HashProvider>
public class SHA384HashProviderFactory extends Object implements HashProviderFactory
- Author:
- Marek Posolda
-
-
Constructor Summary
Constructors Constructor Description SHA384HashProviderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashProvidercreate(KeycloakSession session)StringgetId()-
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:
getIdin interfaceProviderFactory<HashProvider>
-
create
public HashProvider create(KeycloakSession session)
- Specified by:
createin interfaceProviderFactory<HashProvider>
-
-