org.pdfsam.guiclient.utils
Class EncryptionUtility

java.lang.Object
  extended by 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
           
 
Constructor Summary
EncryptionUtility()
           
 
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
 

Field Detail

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
Constructor Detail

EncryptionUtility

public EncryptionUtility()
Method Detail

getEncAlgorithm

public static java.lang.String getEncAlgorithm(java.lang.String algorithm)
Returns:
Console parameter for the selected encryption algorithm from the JComboBox