| 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectoracle.javatools.codeex.Base64
public class Base64
| Constructor Summary | |
|---|---|
Base64()
 | 
|
| Method Summary | |
|---|---|
static byte[] | 
base64Decode(java.lang.String string)
Decodes the supplied base 64 encoded string into its original byte array, using the standard base 64 decoding algorithm.  | 
static java.lang.String | 
base64Encode(byte[] bytes)
Base64 encodes the supplied bytes array, using the standard base 64 encoding algorithm.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public Base64()
| Method Detail | 
|---|
public static java.lang.String base64Encode(byte[] bytes)
bytes - The byte array to encode
public static byte[] base64Decode(java.lang.String string)
string - The base 64 encoded string to decode
  | 
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.6.0) E13403-07  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||