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
GeneralSecurityException
public String decrypt(String text) throws GeneralSecurityException, IOException
GeneralSecurityException
IOException
Copyright © 2012–2017 JBoss by Red Hat. All rights reserved.