Uses of Class
com.nimbusds.jose.jca.JWEJCAContext
Packages that use JWEJCAContext
Package
Description
JWS signer, JWS verifier, JWE encrypter and JWE decrypter factory
implementations.
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto package.-
Uses of JWEJCAContext in com.nimbusds.jose.crypto.factories
Methods in com.nimbusds.jose.crypto.factories that return JWEJCAContext -
Uses of JWEJCAContext in com.nimbusds.jose.crypto.impl
Methods in com.nimbusds.jose.crypto.impl that return JWEJCAContextMethods in com.nimbusds.jose.crypto.impl with parameters of type JWEJCAContextModifier and TypeMethodDescriptionstatic byte[]ContentCryptoProvider.decrypt(JWEHeader header, byte[] aad, Base64URL encryptedKey, Base64URL iv, Base64URL cipherText, Base64URL authTag, SecretKey cek, JWEJCAContext jcaProvider) Decrypts the specified cipher text.static byte[]ContentCryptoProvider.decrypt(JWEHeader header, Base64URL encryptedKey, Base64URL iv, Base64URL cipherText, Base64URL authTag, SecretKey cek, JWEJCAContext jcaProvider) Decrypts the specified cipher text.static JWECryptoPartsContentCryptoProvider.encrypt(JWEHeader header, byte[] clearText, byte[] aad, SecretKey cek, Base64URL encryptedKey, JWEJCAContext jcaProvider) Encrypts the specified clear text (content).static JWECryptoPartsContentCryptoProvider.encrypt(JWEHeader header, byte[] clearText, SecretKey cek, Base64URL encryptedKey, JWEJCAContext jcaProvider) Encrypts the specified clear text (content).