Uses of Class
com.nimbusds.jose.JWEObjectJSON.Recipient
Packages that use JWEObjectJSON.Recipient
Package
Description
Base Javascript Object Signing and Encryption (JOSE) interfaces and classes.
-
Uses of JWEObjectJSON.Recipient in com.nimbusds.jose
Methods in com.nimbusds.jose that return JWEObjectJSON.RecipientModifier and TypeMethodDescriptionstatic JWEObjectJSON.Recipient
Parses a recipients object from the specified JSON object.Methods in com.nimbusds.jose that return types with arguments of type JWEObjectJSON.RecipientModifier and TypeMethodDescriptionJWEObjectJSON.getRecipients()
Returns the recipients list of the JWE object.Constructor parameters in com.nimbusds.jose with type arguments of type JWEObjectJSON.RecipientModifierConstructorDescriptionJWEObjectJSON
(JWEHeader header, Base64URL cipherText, Base64URL iv, Base64URL authTag, List<JWEObjectJSON.Recipient> recipients, UnprotectedHeader unprotectedHeader, byte[] aad) Creates a new encrypted JSON Web Encryption (JWE) object.