Uses of Class
com.nimbusds.jose.util.Container
Packages that use Container
Package
Description
Cryptographic primitives for JWS signers, JWS verifiers, JWE encrypters and
JWE decrypters in the
com.nimbusds.jose.crypto
package.-
Uses of Container in com.nimbusds.jose.crypto.impl
Methods in com.nimbusds.jose.crypto.impl with parameters of type ContainerModifier and TypeMethodDescriptionstatic AuthenticatedCipherText
AESGCM.encrypt
(SecretKey secretKey, Container<byte[]> ivContainer, byte[] plainText, byte[] authData, Provider provider) Encrypts the specified plain text using AES/GCM/NoPadding.static AuthenticatedCipherText
XC20P.encryptAuthenticated
(SecretKey secretKey, Container<byte[]> ivContainer, byte[] plainText, byte[] authData) Encrypts the specified plain text using XChaCha20_Poly1305.static AuthenticatedCipherText
AESGCMKW.encryptCEK
(SecretKey cek, Container<byte[]> iv, SecretKey kek, Provider provider) Encrypts the specified Content Encryption Key (CEK).