public class ThreeDes extends Object
| Constructor and Description |
|---|
ThreeDes() |
| Modifier and Type | Method and Description |
|---|---|
static String |
decrypt(String encodestr) |
static byte[] |
decryptMode(String iv,
String key,
byte[] src) |
static String |
encodeHex(byte[] bytes) |
static String |
encrypt(String originalstr) |
static byte[] |
encryptMode(String iv,
String key,
String src) |
static void |
main(String[] args) |
static String |
parseByte2HexStr(byte[] buf) |
static byte[] |
parseHexStr2Byte(String hexStr) |
public static byte[] parseHexStr2Byte(String hexStr)
public static String parseByte2HexStr(byte[] buf)
public static final String encodeHex(byte[] bytes)
public static String decrypt(String encodestr) throws UnsupportedEncodingException
UnsupportedEncodingExceptionpublic static void main(String[] args) throws UnsupportedEncodingException
UnsupportedEncodingExceptionCopyright © 2016 Leibniz Institute of Plant Genetics and Crop Plant Research (IPK). All rights reserved.