Encodes the specified string. @param token value to be encoded @return resulting token
(final String token)
| 25 | * @return resulting token |
| 26 | */ |
| 27 | public static String encode(final String token) { |
| 28 | return string(encode(token(token))); |
| 29 | } |
| 30 | |
| 31 | /** |
| 32 | * Encodes the specified token. |