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.UseWebKey.Algorithm.useKey usage associated with this algorithm.Methods in edu.iu.crypt that return WebKey.UseModifier and TypeMethodDescriptionstatic WebKey.UseGets the value equivalent to the JWK use attribute.WebKey.getUse()Gets the public key use.static WebKey.UseReturns 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 TypeMethodDescriptionbooleanWebCryptoHeader.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) booleanKeyUsage.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.USEJSON type adapter forWebKey.Use.Methods in iu.crypt that return WebKey.UseMethods in iu.crypt with parameters of type WebKey.Use