Package org.keycloak.crypto
Class Aes192CbcHmacSha384ContentEncryptionProviderFactory
- java.lang.Object
-
- org.keycloak.crypto.Aes192CbcHmacSha384ContentEncryptionProviderFactory
-
- All Implemented Interfaces:
ContentEncryptionProviderFactory
,ProviderFactory<ContentEncryptionProvider>
public class Aes192CbcHmacSha384ContentEncryptionProviderFactory extends Object implements ContentEncryptionProviderFactory
-
-
Constructor Summary
Constructors Constructor Description Aes192CbcHmacSha384ContentEncryptionProviderFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ContentEncryptionProvider
create(KeycloakSession session)
String
getId()
-
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.ContentEncryptionProviderFactory
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:
getId
in interfaceProviderFactory<ContentEncryptionProvider>
-
create
public ContentEncryptionProvider create(KeycloakSession session)
- Specified by:
create
in interfaceProviderFactory<ContentEncryptionProvider>
-
-