Package org.keycloak.crypto.elytron
Class ElytronRsaKeyEncryption256JWEAlgorithmProvider
- java.lang.Object
-
- org.keycloak.crypto.elytron.ElytronRsaKeyEncryptionJWEAlgorithmProvider
-
- org.keycloak.crypto.elytron.ElytronRsaKeyEncryption256JWEAlgorithmProvider
-
- All Implemented Interfaces:
JWEAlgorithmProvider
public class ElytronRsaKeyEncryption256JWEAlgorithmProvider extends ElytronRsaKeyEncryptionJWEAlgorithmProvider
- Author:
- David Anderson
-
-
Constructor Summary
Constructors Constructor Description ElytronRsaKeyEncryption256JWEAlgorithmProvider(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.elytron.ElytronRsaKeyEncryptionJWEAlgorithmProvider
decodeCek, encodeCek
-
-
-
-
Constructor Detail
-
ElytronRsaKeyEncryption256JWEAlgorithmProvider
public ElytronRsaKeyEncryption256JWEAlgorithmProvider(String jcaAlgorithmName)
-
-
Method Detail
-
initCipher
protected void initCipher(Cipher cipher, int mode, Key key) throws Exception
- Overrides:
initCipherin classElytronRsaKeyEncryptionJWEAlgorithmProvider- Throws:
Exception
-
-