Uses of Class
com.nimbusds.jose.JWECryptoParts
Packages that use JWECryptoParts
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
Implementations of standard Javascript Object Signing and Encryption (JOSE)
algorithms.
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto package.-
Uses of JWECryptoParts in com.nimbusds.jose
Methods in com.nimbusds.jose that return JWECryptoParts -
Uses of JWECryptoParts in com.nimbusds.jose.crypto
Methods in com.nimbusds.jose.crypto that return JWECryptoPartsModifier and TypeMethodDescriptionDeprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated.Deprecated. -
Uses of JWECryptoParts in com.nimbusds.jose.crypto.impl
Methods in com.nimbusds.jose.crypto.impl that return JWECryptoPartsModifier and TypeMethodDescriptionstatic 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).protected JWECryptoPartsECDH1PUCryptoProvider.encryptWithZ(JWEHeader header, SecretKey Z, byte[] clearText, byte[] aad) Encrypts the specified plaintext using the specified shared secret ("Z").protected JWECryptoPartsECDHCryptoProvider.encryptWithZ(JWEHeader header, SecretKey Z, byte[] clearText, byte[] aad) Encrypts the specified plaintext using the specified shared secret ("Z").