lumis.util.security
Class Base64

Package class diagram package Base64
java.lang.Object
  extended by lumis.util.security.Base64

Deprecated. Since 5.5.0 this class is no longer maintained and may be removed in a future version. It is recommended to use another implementation, such as Base64.

@Deprecated
public class Base64
extends Object

Methods for encoding and decoding using Base64 algorithm.

Since:
4.0.0

Constructor Summary
Base64()
          Deprecated.  
 
Method Summary
static byte[] decode(String s)
          Deprecated.  
static String encode(byte[] a)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Base64

public Base64()
Deprecated. 
Method Detail

encode

public static String encode(byte[] a)
Deprecated. 

decode

public static byte[] decode(String s)
Deprecated. 


Lumisportal  6.2.0.120405 - Copyright © 2006–2012 Lumis EIP Tecnologia da Informação LTDA. All Rights Reserved.