public class DESFactory extends Object
| Constructor and Description |
|---|
DESFactory(byte[] encKey,
byte[] desKey) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decrypt(byte[] value) |
byte[] |
encypt(byte[] value) |
static byte[] |
fromHexString(String value) |
static String |
toHexString(byte[] value) |
Copyright © 2005–2018 The Beangle Software. All rights reserved.