Package org.keycloak.crypto.def
Class DefaultRsaKeyEncryption256JWEAlgorithmProvider
- java.lang.Object
-
- org.keycloak.crypto.def.DefaultRsaKeyEncryptionJWEAlgorithmProvider
-
- org.keycloak.crypto.def.DefaultRsaKeyEncryption256JWEAlgorithmProvider
-
- All Implemented Interfaces:
JWEAlgorithmProvider
public class DefaultRsaKeyEncryption256JWEAlgorithmProvider extends DefaultRsaKeyEncryptionJWEAlgorithmProvider
-
-
Constructor Summary
Constructors Constructor Description DefaultRsaKeyEncryption256JWEAlgorithmProvider(String jcaAlgorithmName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidinitCipher(Cipher cipher, int mode, Key key)-
Methods inherited from class org.keycloak.crypto.def.DefaultRsaKeyEncryptionJWEAlgorithmProvider
decodeCek, encodeCek
-
-
-
-
Constructor Detail
-
DefaultRsaKeyEncryption256JWEAlgorithmProvider
public DefaultRsaKeyEncryption256JWEAlgorithmProvider(String jcaAlgorithmName)
-
-
Method Detail
-
initCipher
protected void initCipher(Cipher cipher, int mode, Key key) throws Exception
- Overrides:
initCipherin classDefaultRsaKeyEncryptionJWEAlgorithmProvider- Throws:
Exception
-
-