public final class CryptoClient extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
PASSWORD_SYSTEM_PROPERTY |
| Constructor and Description |
|---|
CryptoClient() |
CryptoClient(String password) |
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String encrypted) |
String |
encrypt(String toEncrypt) |
public static final String PASSWORD_SYSTEM_PROPERTY
public CryptoClient()
public CryptoClient(String password)
Copyright © 2012–2018 Polyglotted Limited. All rights reserved.