Package org.kapott.hbci.security
Class Crypt
- java.lang.Object
-
- org.kapott.hbci.security.Crypt
-
public final class Crypt extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENC_KEYTYPE_DDV
static String
ENC_KEYTYPE_RSA
static String
ENCALG_2K3DES
static String
ENCALG_AES256
static String
ENCMODE_CBC
static String
ENCMODE_PKCS1
static String
SECFUNC_ENC
static String
SECFUNC_ENC_PLAIN
-
Constructor Summary
Constructors Constructor Description Crypt(IHandlerData handlerdata, MSG msg)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MSG
cryptIt(String newName)
String
decryptIt()
void
destroy()
void
init(IHandlerData handlerdata, MSG msg)
void
setParam(String name, String value)
-
-
-
Field Detail
-
SECFUNC_ENC
public static final String SECFUNC_ENC
- See Also:
- Constant Field Values
-
SECFUNC_ENC_PLAIN
public static final String SECFUNC_ENC_PLAIN
- See Also:
- Constant Field Values
-
ENCALG_2K3DES
public static final String ENCALG_2K3DES
- See Also:
- Constant Field Values
-
ENCALG_AES256
public static final String ENCALG_AES256
- See Also:
- Constant Field Values
-
ENCMODE_CBC
public static final String ENCMODE_CBC
- See Also:
- Constant Field Values
-
ENCMODE_PKCS1
public static final String ENCMODE_PKCS1
- See Also:
- Constant Field Values
-
ENC_KEYTYPE_RSA
public static final String ENC_KEYTYPE_RSA
- See Also:
- Constant Field Values
-
ENC_KEYTYPE_DDV
public static final String ENC_KEYTYPE_DDV
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
Crypt
public Crypt(IHandlerData handlerdata, MSG msg)
-
-