public class RsaKeyEncryption256JWEAlgorithmProvider extends KeyEncryptionJWEAlgorithmProvider
| Constructor and Description | 
|---|
| RsaKeyEncryption256JWEAlgorithmProvider(String jcaAlgorithmName) | 
| Modifier and Type | Method and Description | 
|---|---|
| byte[] | decodeCek(byte[] encodedCek,
         Key privateKey) | 
| byte[] | encodeCek(JWEEncryptionProvider encryptionProvider,
         JWEKeyStorage keyStorage,
         Key publicKey) | 
| protected Cipher | getCipherProvider() | 
public RsaKeyEncryption256JWEAlgorithmProvider(String jcaAlgorithmName)
protected Cipher getCipherProvider() throws Exception
getCipherProvider in class KeyEncryptionJWEAlgorithmProviderExceptionpublic byte[] decodeCek(byte[] encodedCek,
                        Key privateKey)
                 throws Exception
decodeCek in interface JWEAlgorithmProviderdecodeCek in class KeyEncryptionJWEAlgorithmProviderExceptionpublic byte[] encodeCek(JWEEncryptionProvider encryptionProvider, JWEKeyStorage keyStorage, Key publicKey) throws Exception
encodeCek in interface JWEAlgorithmProviderencodeCek in class KeyEncryptionJWEAlgorithmProviderExceptionCopyright © 2022 JBoss by Red Hat. All rights reserved.