public class DESCoder extends Object
static String
CHARSET
ENCODE_TYPE
ENCODE_TYPE_PADDING
DESCoder()
static byte[]
decrypt(byte[] src, String password)
encrypt(byte[] datasource, String password)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public static final String ENCODE_TYPE
public static final String ENCODE_TYPE_PADDING
public static final String CHARSET
public DESCoder()
public static byte[] encrypt(byte[] datasource, String password)
public static byte[] decrypt(byte[] src, String password)
Copyright © 2023. All rights reserved.