Package org.keycloak.common.crypto
Class CryptoProviderTypes
- java.lang.Object
-
- org.keycloak.common.crypto.CryptoProviderTypes
-
public class CryptoProviderTypes extends Object
- Author:
- Marek Posolda
-
-
Field Summary
Fields Modifier and Type Field Description static StringAES_KEY_WRAP_ALGORITHM_PROVIDERstatic StringBC_SECURITY_PROVIDER
-
Constructor Summary
Constructors Constructor Description CryptoProviderTypes()
-
-
-
Field Detail
-
BC_SECURITY_PROVIDER
public static final String BC_SECURITY_PROVIDER
- See Also:
- Constant Field Values
-
AES_KEY_WRAP_ALGORITHM_PROVIDER
public static final String AES_KEY_WRAP_ALGORITHM_PROVIDER
- See Also:
- Constant Field Values
-
-