Package org.smallmind.web.jwt
Class JWKKeyReader
- java.lang.Object
-
- org.smallmind.web.jwt.JWKKeyReader
-
-
Constructor Summary
Constructors Constructor Description JWKKeyReader(com.fasterxml.jackson.databind.JsonNode rawNode)JWKKeyReader(String raw)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeyFactorsextractFactors()
-
-
-
Constructor Detail
-
JWKKeyReader
public JWKKeyReader(String raw) throws IOException, KeyParseException
- Throws:
IOExceptionKeyParseException
-
JWKKeyReader
public JWKKeyReader(com.fasterxml.jackson.databind.JsonNode rawNode) throws IOException, KeyParseException- Throws:
IOExceptionKeyParseException
-
-
Method Detail
-
extractFactors
public KeyFactors extractFactors()
- Specified by:
extractFactorsin interfaceKeyReader
-
-