public class Cipher extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CRYPT |
static String |
MD5
Digest algorithm names from the Java Cruptography Architecture Standard
Algorithm Name Documentation found at the following address:
http://java.sun.com/javase/6/docs/technotes/guides/security/StandardNames.html
|
static String |
SHA1 |
static String |
SHA256 |
static String |
SHA384 |
static String |
SHA512 |
public static final String MD5
public static final String SHA1
public static final String SHA256
public static final String SHA384
public static final String SHA512
public static final String CRYPT
public String encode(String plaintext) throws EncryptionException
EncryptionExceptionCopyright © 2004-2014 Hudson. All Rights Reserved.