Package | Description |
---|---|
org.ajax4jsf.util.base64 |
Base64 encoding/decoding classes
|
Modifier and Type | Method and Description |
---|---|
byte[] |
URLCodec.decode(byte[] bytes)
Decodes an array of URL safe 7-bit characters into an array of
original bytes.
|
byte[] |
BinaryDecoder.decode(byte[] pArray)
Decodes a byte array and returns the results as a byte array.
|
Object |
URLCodec.decode(Object pObject)
Decodes a URL safe object into its original form.
|
Object |
URL64Codec.decode(Object pObject)
Decodes an Object using the base64 algorithm.
|
Object |
Decoder.decode(Object pObject)
Decodes an "encoded" Object and returns a "decoded" Object.
|
static byte[] |
URLCodec.decodeUrl(byte[] bytes)
Decodes an array of URL safe 7-bit characters into an array of
original bytes.
|
Copyright © 2016 JBoss by Red Hat. All Rights Reserved.