Class JOSEParser

    • Constructor Detail

      • JOSEParser

        public JOSEParser()
    • Method Detail

      • parse

        public static JOSE parse​(String jwt)
        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