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 WebEncryptionWebEncryption.Builder.encrypt(byte[] data) Encrypts data for sending to all recipients.WebEncryption.Builder.encrypt(InputStream in) Encrypts data for sending to all recipients.default WebEncryptionEncrypts data for sending to all recipients.default WebEncryptionWebEncryptionRecipient.Builder.encrypt(byte[] data) Shorthand forWebEncryptionRecipient.Builder.then().encrypt(data)default WebEncryptionWebEncryptionRecipient.Builder.encrypt(InputStream in) Shorthand forWebEncryptionRecipient.Builder.then().encrypt(in)default WebEncryptionShorthand forWebEncryptionRecipient.Builder.then().encrypt(text)static WebEncryptionParses 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 voidJose.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