Uses of Interface
edu.iu.crypt.WebEncryption.Builder
Packages that use WebEncryption.Builder
-
Uses of WebEncryption.Builder in edu.iu.crypt
Methods in edu.iu.crypt that return WebEncryption.BuilderModifier and TypeMethodDescriptionWebEncryption.Builder.aad(byte[] additionalData) Provides additional authentication data for protecting the encrypted content.static WebEncryption.BuilderWebEncryption.builder(WebEncryption.Encryption encryption) Starts a new encrypted message with compression enabled.static WebEncryption.BuilderWebEncryption.builder(WebEncryption.Encryption encryption, boolean deflate) Starts a new encrypted message.WebEncryption.Builder.compact()Protects all header parameters except jwk and verifies inputs are valid for JWE compact serialization.WebEncryption.Builder.protect(WebCryptoHeader.Param... params) Defines standard protected header parameters.Defines extended protected header parameters.WebEncryptionRecipient.Builder.then()Returns theWebEncryption.Builderthat spawned this builder instance. -
Uses of WebEncryption.Builder in iu.crypt
Classes in iu.crypt that implement WebEncryption.BuilderMethods in iu.crypt that return WebEncryption.BuilderModifier and TypeMethodDescriptionJweBuilder.aad(byte[] additionalData) JweBuilder.compact()CryptSpi.getJweBuilder(WebEncryption.Encryption encryption, boolean deflate) JweBuilder.protect(WebCryptoHeader.Param... params) -
Uses of WebEncryption.Builder in iu.crypt.spi
Methods in iu.crypt.spi that return WebEncryption.BuilderModifier and TypeMethodDescriptionIuCryptSpi.getJweBuilder(WebEncryption.Encryption encryption, boolean deflate) ImplementsWebEncryption.builder(Encryption, boolean)