Uses of Enum Class
edu.iu.crypt.WebKey.Use
Packages that use WebKey.Use
-
Uses of WebKey.Use in edu.iu.crypt
Fields in edu.iu.crypt declared as WebKey.UseModifier and TypeFieldDescriptionfinal WebKey.Use
WebKey.Algorithm.use
Key usage associated with this algorithm.Methods in edu.iu.crypt that return WebKey.UseModifier and TypeMethodDescriptionstatic WebKey.Use
Gets the value equivalent to the JWK use attribute.WebKey.getUse()
Gets the public key use.static WebKey.Use
Returns the enum constant of this class with the specified name.static WebKey.Use[]
WebKey.Use.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 WebKey.UseModifier and TypeMethodDescriptionboolean
WebCryptoHeader.Param.isUsedFor
(WebKey.Use use) Determines if a header applies to a public JWK use case.WebKey.Builder.use
(WebKey.Use use) Sets the public key use. -
Uses of WebKey.Use in iu.auth.pki
Methods in iu.auth.pki with parameters of type WebKey.UseModifier and TypeMethodDescription(package private) boolean
KeyUsage.matches
(WebKey.Use use) Determines if key usage flags matchpublic key use
. -
Uses of WebKey.Use in iu.crypt
Fields in iu.crypt with type parameters of type WebKey.UseModifier and TypeFieldDescriptionstatic final IuJsonAdapter
<WebKey.Use> CryptJsonAdapters.USE
JSON type adapter forWebKey.Use
.Methods in iu.crypt that return WebKey.UseMethods in iu.crypt with parameters of type WebKey.Use