-
Constructor Summary
Constructors
-
Method Summary
Parses the given encoded
jwt
and returns either a
JWSInput
or
JWE
depending on the JOSE header configuration.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
JOSEParser
public JOSEParser()
-
Method Details
-
parse
Parses the given encoded
jwt
and returns either a
JWSInput
or
JWE
depending on the JOSE header configuration.
- Parameters:
jwt
- the encoded JWT
- Returns:
- a
JOSE