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(javax.crypto.SecretKey secretKey, Container<byte[]> ivContainer, byte[] plainText, byte[] authData, java.security.Provider provider)Encrypts the specified plain text using AES/GCM/NoPadding.static AuthenticatedCipherTextXC20P. encryptAuthenticated(javax.crypto.SecretKey secretKey, Container<byte[]> ivContainer, byte[] plainText, byte[] authData)Encrypts the specified plain text using XChaCha20_Poly1305.static AuthenticatedCipherTextAESGCMKW. encryptCEK(javax.crypto.SecretKey cek, Container<byte[]> iv, javax.crypto.SecretKey kek, java.security.Provider provider)Encrypts the specified Content Encryption Key (CEK).
-