Uses of Enum Class
edu.iu.crypt.WebCryptoHeader.Param
Packages that use WebCryptoHeader.Param
-
Uses of WebCryptoHeader.Param in edu.iu.crypt
Fields in edu.iu.crypt with type parameters of type WebCryptoHeader.ParamModifier and TypeFieldDescriptionfinal Set<WebCryptoHeader.Param> WebKey.Algorithm.encryptionParamsSet of encryption parameters used by this algorithm.Methods in edu.iu.crypt that return WebCryptoHeader.ParamModifier and TypeMethodDescriptionstatic WebCryptoHeader.ParamGets a parameter by JOSE standard parameter name.static WebCryptoHeader.ParamReturns the enum constant of this class with the specified name.static WebCryptoHeader.Param[]WebCryptoHeader.Param.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in edu.iu.crypt with parameters of type WebCryptoHeader.ParamModifier and TypeMethodDescription<T> BWebCryptoHeader.Builder.param(WebCryptoHeader.Param param, T value) Sets a registered parameter valueWebEncryption.Builder.protect(WebCryptoHeader.Param... params) Defines standard protected header parameters.WebSignature.Builder.protect(WebCryptoHeader.Param... params) Defines registered protected header parameters. -
Uses of WebCryptoHeader.Param in iu.crypt
Methods in iu.crypt with parameters of type WebCryptoHeader.ParamModifier and TypeMethodDescriptionstatic final <T> IuJsonAdapter<T> CryptJsonAdapters.of(WebCryptoHeader.Param param) Gets a JSON type adapter byWebCryptoHeader.Param.<T> BJoseBuilder.param(WebCryptoHeader.Param param, T value) <T> JwsBuilderJwsBuilder.param(WebCryptoHeader.Param param, T value) JweBuilder.protect(WebCryptoHeader.Param... params) JwsBuilder.protect(WebCryptoHeader.Param... params)