Uses of Class
org.wildfly.security.jose.jwk.JWK.Use
-
Packages that use JWK.Use Package Description org.wildfly.security.jose.jwk -
-
Uses of JWK.Use in org.wildfly.security.jose.jwk
Methods in org.wildfly.security.jose.jwk that return JWK.Use Modifier and Type Method Description static JWK.Use
JWK.Use. valueOf(String name)
Returns the enum constant of this type with the specified name.static JWK.Use[]
JWK.Use. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wildfly.security.jose.jwk with parameters of type JWK.Use Modifier and Type Method Description static Map<String,PublicKey>
JsonWebKeySetUtil. getKeysForUse(JsonWebKeySet keySet, JWK.Use requestedUse)
-