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 interfaceWebCryptoHeader.Builder<B extends WebCryptoHeader.Builder<B>>Builder interface for creatingWebCryptoHeaderinstances.Subinterfaces of WebCryptoHeader.Builder in edu.iu.cryptModifier and TypeInterfaceDescriptionstatic interfaceWebEncryptionRecipient.Builder<B extends WebEncryptionRecipient.Builder<B>>Builder interface for definingWebEncryptionRecipientinstances.static interfaceWebSignature.Builder<B extends WebSignature.Builder<B>>Provides parameters for creating newWebSignatureinstances. -
Uses of WebCryptoHeader.Builder in iu.crypt
Classes in iu.crypt that implement WebCryptoHeader.BuilderModifier and TypeClassDescription(package private) classJoseBuilder<B extends JoseBuilder<B>>Builds a web signature or encryption header.classBuilds JWE recipients forJweBuilder(package private) classHandles ephemeral key-protection parameters.classCollects inputs forJwsencrypted messages.Methods in iu.crypt with parameters of type WebCryptoHeader.BuilderModifier and TypeMethodDescriptiondefault voidJose.Extension.validate(T value, WebCryptoHeader.Builder<?> builder) Validates an incoming parameter value.