Package lumis.util.security
Class Base64
- java.lang.Object
-
- lumis.util.security.Base64
-
@Deprecated public class Base64 extends Object
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 asBase64
.Methods for encoding and decoding using Base64 algorithm.- Since:
- 4.0.0
- Version:
- $Revision: 11180 $ $Date: 2009-12-04 18:13:02 -0200 (Fri, 04 Dec 2009) $
-
-
Constructor Summary
Constructors Constructor Description Base64()
Deprecated.
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static byte[]
decode(String s)
Deprecated.static String
encode(byte[] a)
Deprecated.
-