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 StringENC_KEYTYPE_DDVstatic StringENC_KEYTYPE_RSAstatic StringENCALG_2K3DESstatic StringENCMODE_CBCstatic StringENCMODE_PKCS1static StringSECFUNC_ENC_3DESstatic StringSECFUNC_ENC_PLAIN
-
Constructor Summary
Constructors Constructor Description Crypt(HBCIPassportInternal passport)
-
-
-
Field Detail
-
SECFUNC_ENC_3DES
public static final String SECFUNC_ENC_3DES
- 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
-
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(HBCIPassportInternal passport)
-
-