Uses of Class
iu.crypt.JweRecipient
Packages that use JweRecipient
-
Uses of JweRecipient in iu.crypt
Methods in iu.crypt that return JweRecipientModifier and TypeMethodDescription(package private) JweRecipient
JweRecipientBuilder.EncryptedKeyBuilder.encrypt
(WebEncryption.Encryption encryption, byte[] contentEncryptionKey) Generates the encrypted key and creates the recipient.Methods in iu.crypt that return types with arguments of type JweRecipientConstructor parameters in iu.crypt with type arguments of type JweRecipientModifierConstructorDescription(package private)
Jwe
(WebEncryption.Encryption encryption, boolean deflate, boolean compact, Set<String> protectedParameters, Iterable<JweRecipient> recipients, byte[] contentEncryptionKey, byte[] additionalData, InputStream in) Encrypts an outbound message.