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