Uses of Class
com.nimbusds.jose.crypto.opts.CipherMode
Packages that use CipherMode
Package
Description
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto package.Javascript Object Signing and Encryption (JOSE) options.
-
Uses of CipherMode in com.nimbusds.jose.crypto.impl
Methods in com.nimbusds.jose.crypto.impl with parameters of type CipherModeModifier and TypeMethodDescriptionstatic SecretKeyRSA_OAEP_SHA2.decryptCEK(PrivateKey priv, byte[] encryptedCEK, int shaBitSize, CipherMode mode, Provider provider) Decrypts the specified encrypted Content Encryption Key (CEK).static SecretKeyRSA_OAEP.decryptCEK(PrivateKey priv, byte[] encryptedCEK, CipherMode mode, Provider provider) Decrypts the specified encrypted Content Encryption Key (CEK).static byte[]RSA_OAEP_SHA2.encryptCEK(RSAPublicKey pub, SecretKey cek, int shaBitSize, CipherMode mode, Provider provider) Encrypts the specified Content Encryption Key (CEK).static byte[]RSA_OAEP.encryptCEK(RSAPublicKey pub, SecretKey cek, CipherMode mode, Provider provider) Encrypts the specified Content Encryption Key (CEK). -
Uses of CipherMode in com.nimbusds.jose.crypto.opts
Fields in com.nimbusds.jose.crypto.opts declared as CipherModeModifier and TypeFieldDescriptionstatic final CipherModeCipherMode.ENCRYPT_DECRYPTstatic final CipherModeCipherMode.WRAP_UNWRAP