public final class JWTParser extends java.lang.Object
public static JWT parse(java.lang.String s) throws java.text.ParseException
s - The string to parse. Must not be null.PlainJWT, SignedJWT or
EncryptedJWT instance.java.text.ParseException - If the string couldn't be parsed to a valid
plain, signed or encrypted JWT.Copyright © 2014 Connect2id Ltd.. All Rights Reserved.