public class OAuthCodec
extends org.apache.commons.codec.net.URLCodec
| Modifier and Type | Field and Description |
|---|---|
protected static BitSet |
SAFE_CHARACTERS |
| Modifier and Type | Method and Description |
|---|---|
static String |
oauthDecode(String value)
Decode the specified value.
|
static String |
oauthEncode(String value)
Encode the specified value.
|
Copyright © 2015. All rights reserved.