org.pdfsam.guiclient.utils
Class EncryptionUtility
java.lang.Object
org.pdfsam.guiclient.utils.EncryptionUtility
public class EncryptionUtility
- extends java.lang.Object
Support to the encryption
- Author:
- Andrea Vacondio
Field Summary |
static java.lang.String |
AES_128
|
static java.lang.String |
RC4_128
|
static java.lang.String |
RC4_40
|
Method Summary |
static java.lang.String |
getEncAlgorithm(java.lang.String algorithm)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RC4_40
public static final java.lang.String RC4_40
- See Also:
- Constant Field Values
RC4_128
public static final java.lang.String RC4_128
- See Also:
- Constant Field Values
AES_128
public static final java.lang.String AES_128
- See Also:
- Constant Field Values
EncryptionUtility
public EncryptionUtility()
getEncAlgorithm
public static java.lang.String getEncAlgorithm(java.lang.String algorithm)
- Returns:
- Console parameter for the selected encryption algorithm from the JComboBox