Package org.keycloak.jose.jwe.alg
Class RsaKeyEncryptionJWEAlgorithmProvider
- java.lang.Object
-
- org.keycloak.jose.jwe.alg.KeyEncryptionJWEAlgorithmProvider
-
- org.keycloak.jose.jwe.alg.RsaKeyEncryptionJWEAlgorithmProvider
-
- All Implemented Interfaces:
JWEAlgorithmProvider
public class RsaKeyEncryptionJWEAlgorithmProvider extends KeyEncryptionJWEAlgorithmProvider
-
-
Constructor Summary
Constructors Constructor Description RsaKeyEncryptionJWEAlgorithmProvider(String jcaAlgorithmName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Cipher
getCipherProvider()
-
Methods inherited from class org.keycloak.jose.jwe.alg.KeyEncryptionJWEAlgorithmProvider
decodeCek, encodeCek
-
-
-
-
Constructor Detail
-
RsaKeyEncryptionJWEAlgorithmProvider
public RsaKeyEncryptionJWEAlgorithmProvider(String jcaAlgorithmName)
-
-
Method Detail
-
getCipherProvider
protected Cipher getCipherProvider() throws Exception
- Specified by:
getCipherProvider
in classKeyEncryptionJWEAlgorithmProvider
- Throws:
Exception
-
-