Uses of Interface
edu.iu.crypt.WebEncryption
Packages that use WebEncryption
-
Uses of WebEncryption in edu.iu.crypt
Methods in edu.iu.crypt that return WebEncryptionModifier and TypeMethodDescriptiondefault WebEncryption
WebEncryption.Builder.encrypt
(byte[] data) Encrypts data for sending to all recipients.WebEncryption.Builder.encrypt
(InputStream in) Encrypts data for sending to all recipients.default WebEncryption
Encrypts data for sending to all recipients.default WebEncryption
WebEncryptionRecipient.Builder.encrypt
(byte[] data) Shorthand forWebEncryptionRecipient.Builder.then()
.encrypt(data)
default WebEncryption
WebEncryptionRecipient.Builder.encrypt
(InputStream in) Shorthand forWebEncryptionRecipient.Builder.then()
.encrypt(in)
default WebEncryption
Shorthand forWebEncryptionRecipient.Builder.then()
.encrypt(text)
static WebEncryption
Parses a compact or serialized JWE. -
Uses of WebEncryption in iu.crypt
Classes in iu.crypt that implement WebEncryptionFields in iu.crypt with type parameters of type WebEncryptionMethods in iu.crypt that return WebEncryptionMethods in iu.crypt with parameters of type WebEncryptionModifier and TypeMethodDescriptiondefault void
Jose.Extension.verify
(WebEncryption encryption, WebEncryptionRecipient recipient) Applies extended verification logic for processingWebEncryption
. -
Uses of WebEncryption in iu.crypt.spi
Methods in iu.crypt.spi that return WebEncryption