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.encryptionParams
Set of encryption parameters used by this algorithm.Methods in edu.iu.crypt that return WebCryptoHeader.ParamModifier and TypeMethodDescriptionstatic WebCryptoHeader.Param
Gets a parameter by JOSE standard parameter name.static WebCryptoHeader.Param
Returns 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> B
WebCryptoHeader.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> B
JoseBuilder.param
(WebCryptoHeader.Param param, T value) <T> JwsBuilder
JwsBuilder.param
(WebCryptoHeader.Param param, T value) JweBuilder.protect
(WebCryptoHeader.Param... params) JwsBuilder.protect
(WebCryptoHeader.Param... params)