Uses of Class
org.wildfly.security.jose.jwk.JWK
-
-
Uses of JWK in org.wildfly.security.jose.jwk
Subclasses of JWK in org.wildfly.security.jose.jwk Modifier and Type Class Description classECPublicJWKAn EC public JWK.classRSAPublicJWKFields in org.wildfly.security.jose.jwk with type parameters of type JWK Modifier and Type Field Description static Predicate<JWK>JsonWebKeySetUtil. FOR_ENCRYPTIONstatic Predicate<JWK>JsonWebKeySetUtil. FOR_SIGNATURE_VALIDATIONstatic Predicate<JWK>JsonWebKeySetUtil. SUPPORTED_KEY_TYPEMethods in org.wildfly.security.jose.jwk that return JWK Modifier and Type Method Description JWKJWKParser. getJwk()JWK[]JsonWebKeySet. getKeys()Methods in org.wildfly.security.jose.jwk that return types with arguments of type JWK Modifier and Type Method Description static Predicate<JWK>JsonWebKeySetUtil. keyOpsPredicate(JWK.KeyOp requestedKeyOp)static Predicate<JWK>JsonWebKeySetUtil. usePredicate(JWK.Use requestedUse)Methods in org.wildfly.security.jose.jwk with parameters of type JWK Modifier and Type Method Description static JWKParserJWKParser. create(JWK jwk)voidJsonWebKeySet. setKeys(JWK[] keys)static PublicKeyJWKParser. toPublicKey(JWK jwk)Method parameters in org.wildfly.security.jose.jwk with type arguments of type JWK Modifier and Type Method Description static Map<String,PublicKey>JsonWebKeySetUtil. getKeys(JsonWebKeySet keySet, Predicate<JWK> keyPredicate)Constructors in org.wildfly.security.jose.jwk with parameters of type JWK Constructor Description JWKParser(JWK jwk)
-