Package org.keycloak.common.crypto
Class CryptoConstants
- java.lang.Object
- 
- org.keycloak.common.crypto.CryptoConstants
 
- 
 public class CryptoConstants extends Object - Author:
- Marek Posolda
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringA128KWstatic StringBC_PROVIDER_IDName of Java security provider used with non-fips BouncyCastle.static StringBCFIPS_PROVIDER_IDName of Java security provider used with fips BouncyCastle.static StringRSA_OAEPstatic StringRSA_OAEP_256static StringRSA1_5
 - 
Constructor SummaryConstructors Constructor Description CryptoConstants()
 
- 
- 
- 
Field Detail- 
A128KWpublic static final String A128KW - See Also:
- Constant Field Values
 
 - 
RSA1_5public static final String RSA1_5 - See Also:
- Constant Field Values
 
 - 
RSA_OAEPpublic static final String RSA_OAEP - See Also:
- Constant Field Values
 
 - 
RSA_OAEP_256public static final String RSA_OAEP_256 - See Also:
- Constant Field Values
 
 - 
BC_PROVIDER_IDpublic static final String BC_PROVIDER_ID Name of Java security provider used with non-fips BouncyCastle. Should be used in non-FIPS environment- See Also:
- Constant Field Values
 
 - 
BCFIPS_PROVIDER_IDpublic static final String BCFIPS_PROVIDER_ID Name of Java security provider used with fips BouncyCastle. Should be used in FIPS environment- See Also:
- Constant Field Values
 
 
- 
 
-