Uses of Class
org.wildfly.security.jose.jwk.JWK.KeyOp
-
-
Uses of JWK.KeyOp in org.wildfly.security.jose.jwk
Methods in org.wildfly.security.jose.jwk that return JWK.KeyOp Modifier and Type Method Description static JWK.KeyOpJWK.KeyOp. valueOf(String name)Returns the enum constant of this type with the specified name.static JWK.KeyOp[]JWK.KeyOp. 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.KeyOp Modifier and Type Method Description static Predicate<JWK>JsonWebKeySetUtil. keyOpsPredicate(JWK.KeyOp requestedKeyOp)
-