Searched refs:encodeUrl (Results 1 – 6 of 6) sorted by relevance
116 public static final byte[] encodeUrl(BitSet urlsafe, byte[] bytes) in encodeUrl() method in URLCodec197 return encodeUrl(WWW_FORM_URL, bytes); in encode()
128 public static String encodeUrl(byte[] in) { in encodeUrl() method in Base64
130 return Base64.encodeUrl(data); in base64Url()
129 public static String encodeUrl(byte[] in) { in encodeUrl() method in Base64
132 return Base64.encodeUrl(data); in base64Url()
609 method @Deprecated public static final byte[] encodeUrl(java.util.BitSet, byte[]);