Package org.radarbase.auth.jwks
Class JwkAlgorithmParser
-
- All Implemented Interfaces:
-
org.radarbase.auth.jwks.JwkParser
public final class JwkAlgorithmParser implements JwkParser
-
-
Constructor Summary
Constructors Constructor Description JwkAlgorithmParser()
JwkAlgorithmParser(List<PEMCertificateParser> supportedAlgorithmsForWebKeySets)
-
Method Summary
Modifier and Type Method Description Algorithm
parse(JsonWebKey key)
String
toString()
-
-
Constructor Detail
-
JwkAlgorithmParser
JwkAlgorithmParser()
-
JwkAlgorithmParser
JwkAlgorithmParser(List<PEMCertificateParser> supportedAlgorithmsForWebKeySets)
-
-
Method Detail
-
parse
Algorithm parse(JsonWebKey key)
-
-
-
-