| Package | Description | 
|---|---|
| org.ajax4jsf.util.base64 | 
 Base64 encoding/decoding classes 
 | 
| Modifier and Type | Interface and Description | 
|---|---|
interface  | 
BinaryDecoder
Defines common decoding methods for byte array decoders. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
URL64Codec
Provides Base64 encoding and decoding like defined by RFC 2045, but with little difference : chars '=' '+' and '/' ,
 incorrectly processed in URL by any browsers, replaced by '_' '-' '!', 
 | 
class  | 
URLCodec
 Implements the 'www-form-urlencoded' encoding scheme,
 also misleadingly known as URL encoding. 
 | 
Copyright © 2015 JBoss by Red Hat. All Rights Reserved.