T - decoding input typeR - decoding output typepublic interface Decoder<T,R>
R decode(T t) throws DecodingException
t - the encoded dataDecodingException - if there is a problem during decoding.Copyright © 2014–2023 jsonwebtoken.io. All rights reserved.