public class PBEWithMD5AndDESCipher extends Object
| Constructor and Description |
|---|
PBEWithMD5AndDESCipher() |
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String text) |
String |
encrypt(String text) |
static void |
main(String[] args) |
public String encrypt(String text) throws GeneralSecurityException
GeneralSecurityExceptionpublic String decrypt(String text) throws GeneralSecurityException, IOException
GeneralSecurityExceptionIOExceptionCopyright © 2012–2016 JBoss by Red Hat. All rights reserved.