Package io.fusionauth.jwks
Class JSONWebKeyParser
java.lang.Object
io.fusionauth.jwks.JSONWebKeyParser
- Author:
- Daniel DeGroff
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionparse(JSONWebKey key) Parse a JSON Web Key and extract the the public key.
-
Constructor Details
-
JSONWebKeyParser
public JSONWebKeyParser()
-
-
Method Details
-
parse
Parse a JSON Web Key and extract the the public key.- Parameters:
key- the JSON web key- Returns:
- the public key
-