lumis.util.security
Class Base64
java.lang.Object
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. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Base64
public Base64()
- Deprecated.
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.