org.eclipse.ohf.ihe.atna.audit.syslog.util
Class Base64Binary

java.lang.Object
  extended by org.eclipse.ohf.ihe.atna.audit.syslog.util.Base64Binary

public class Base64Binary
extends java.lang.Object


Constructor Summary
Base64Binary()
           
 
Method Summary
static byte[] decode(java.lang.String value)
          Converts the string into a base64 encoded byte array.
static java.lang.String encode(byte[] value)
          Converts the base64 encoded byte array into string
static byte[] getClone(byte[] value)
          Creates a clone.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64Binary

public Base64Binary()
Method Detail

getClone

public static byte[] getClone(byte[] value)
Creates a clone.

Parameters:
value -
Returns:

decode

public static byte[] decode(java.lang.String value)
                     throws java.io.IOException
Converts the string into a base64 encoded byte array.

Parameters:
value -
Returns:
Throws:
java.io.IOException

encode

public static java.lang.String encode(byte[] value)
Converts the base64 encoded byte array into string

Parameters:
value -
Returns: