Uses of Interface
edu.iu.crypt.WebCryptoHeader.Builder
Packages that use WebCryptoHeader.Builder
-
Uses of WebCryptoHeader.Builder in edu.iu.crypt
Classes in edu.iu.crypt with type parameters of type WebCryptoHeader.BuilderModifier and TypeInterfaceDescriptionstatic interface
WebCryptoHeader.Builder<B extends WebCryptoHeader.Builder<B>>
Builder interface for creatingWebCryptoHeader
instances.Subinterfaces of WebCryptoHeader.Builder in edu.iu.cryptModifier and TypeInterfaceDescriptionstatic interface
WebEncryptionRecipient.Builder<B extends WebEncryptionRecipient.Builder<B>>
Builder interface for definingWebEncryptionRecipient
instances.static interface
WebSignature.Builder<B extends WebSignature.Builder<B>>
Provides parameters for creating newWebSignature
instances. -
Uses of WebCryptoHeader.Builder in iu.crypt
Classes in iu.crypt that implement WebCryptoHeader.BuilderModifier and TypeClassDescription(package private) class
JoseBuilder<B extends JoseBuilder<B>>
Builds a web signature or encryption header.class
Builds JWE recipients forJweBuilder
(package private) class
Handles ephemeral key-protection parameters.class
Collects inputs forJws
encrypted messages.Methods in iu.crypt with parameters of type WebCryptoHeader.BuilderModifier and TypeMethodDescriptiondefault void
Jose.Extension.validate
(T value, WebCryptoHeader.Builder<?> builder) Validates an incoming parameter value.