Uses of Class
com.nimbusds.jose.JWECryptoParts
-
Packages that use JWECryptoParts Package Description com.nimbusds.jose Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.com.nimbusds.jose.crypto Implementations of standard Javascript Object Signing and Encryption (JOSE) algorithms.com.nimbusds.jose.crypto.impl Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and JWE decrypters in thecom.nimbusds.jose.cryptopackage. -
-
Uses of JWECryptoParts in com.nimbusds.jose
Methods in com.nimbusds.jose that return JWECryptoParts Modifier and Type Method Description JWECryptoPartsJWEEncrypter. encrypt(JWEHeader header, byte[] clearText)Encrypts the specified clear text of aJWE object. -
Uses of JWECryptoParts in com.nimbusds.jose.crypto
Methods in com.nimbusds.jose.crypto that return JWECryptoParts Modifier and Type Method Description JWECryptoPartsAESEncrypter. encrypt(JWEHeader header, byte[] clearText)JWECryptoPartsDirectEncrypter. encrypt(JWEHeader header, byte[] clearText)JWECryptoPartsECDH1PUEncrypter. encrypt(JWEHeader header, byte[] clearText)JWECryptoPartsECDH1PUX25519Encrypter. encrypt(JWEHeader header, byte[] clearText)JWECryptoPartsECDHEncrypter. encrypt(JWEHeader header, byte[] clearText)JWECryptoPartsPasswordBasedEncrypter. encrypt(JWEHeader header, byte[] clearText)JWECryptoPartsRSAEncrypter. encrypt(JWEHeader header, byte[] clearText)JWECryptoPartsX25519Encrypter. encrypt(JWEHeader header, byte[] clearText) -
Uses of JWECryptoParts in com.nimbusds.jose.crypto.impl
Methods in com.nimbusds.jose.crypto.impl that return JWECryptoParts Modifier and Type Method Description static JWECryptoPartsContentCryptoProvider. encrypt(JWEHeader header, byte[] clearText, SecretKey cek, Base64URL encryptedKey, JWEJCAContext jcaProvider)Encrypts the specified clear text (content).protected JWECryptoPartsECDH1PUCryptoProvider. encryptWithZ(JWEHeader header, SecretKey Z, byte[] clearText, SecretKey contentEncryptionKey)Encrypts the specified plaintext using the specified shared secret ("Z"), with an optionally externally supplied content encryption key (CEK) forECDH.AlgorithmMode.KW.protected JWECryptoPartsECDHCryptoProvider. encryptWithZ(JWEHeader header, SecretKey Z, byte[] clearText)Encrypts the specified plaintext using the specified shared secret ("Z").protected JWECryptoPartsECDHCryptoProvider. encryptWithZ(JWEHeader header, SecretKey Z, byte[] clearText, SecretKey contentEncryptionKey)Encrypts the specified plaintext using the specified shared secret ("Z") and, if provided, the content encryption key (CEK).
-