public static JWT parse(String s) throws ParseException
s - The string to parse. Must not be null.PlainJWT, SignedJWT or
EncryptedJWT instance.ParseException - If the string couldn't be parsed to a valid
plain, signed or encrypted JWT.Copyright © 2013 NimbusDS. All Rights Reserved.