Uses of Class
org.jose4j.jwk.PublicJsonWebKey
Packages that use PublicJsonWebKey
-
Uses of PublicJsonWebKey in org.jose4j.jwk
Subclasses of PublicJsonWebKey in org.jose4j.jwkModifier and TypeClassDescriptionclassclassclassMethods in org.jose4j.jwk that return PublicJsonWebKeyModifier and TypeMethodDescriptionstatic PublicJsonWebKeyPublicJsonWebKey.Factory.newPublicJwk(String json) static PublicJsonWebKeyPublicJsonWebKey.Factory.newPublicJwk(String json, String jcaProvider) static PublicJsonWebKeyPublicJsonWebKey.Factory.newPublicJwk(Key publicKey) static PublicJsonWebKeyPublicJsonWebKey.Factory.newPublicJwk(Map<String, Object> params) static PublicJsonWebKeyPublicJsonWebKey.Factory.newPublicJwk(Map<String, Object> params, String jcaProvider) -
Uses of PublicJsonWebKey in org.jose4j.jwx
Methods in org.jose4j.jwx that return PublicJsonWebKeyModifier and TypeMethodDescriptionJsonWebStructure.getJwkHeader()Gets the "jwk" (JSON Web Key) Header Parameter per https://tools.ietf.org/html/rfc7515#section-4.1.3 and/or https://tools.ietf.org/html/rfc7516#section-4.1.5Headers.getPublicJwkHeaderValue(String name, String jcaProvider) Methods in org.jose4j.jwx with parameters of type PublicJsonWebKeyModifier and TypeMethodDescriptionvoidJsonWebStructure.setJwkHeader(PublicJsonWebKey jwk) Sets the "jwk" (JSON Web Key) Header Parameter per https://tools.ietf.org/html/rfc7515#section-4.1.3 and/or https://tools.ietf.org/html/rfc7516#section-4.1.5 -
Uses of PublicJsonWebKey in org.jose4j.keys.resolvers
Methods in org.jose4j.keys.resolvers that return PublicJsonWebKeyModifier and TypeMethodDescriptionEmbeddedJwkVerificationKeyResolver.getJwk()Gets the JWK that was found in the JWS header by this resolver.