public final class Crypt extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
ENC_KEYTYPE_DDV |
static String |
ENC_KEYTYPE_RSA |
static String |
ENCALG_2K3DES |
static String |
ENCMODE_CBC |
static String |
ENCMODE_PKCS1 |
static String |
SECFUNC_ENC_3DES |
static String |
SECFUNC_ENC_PLAIN |
| Modifier and Type | Method and Description |
|---|---|
MSG |
cryptIt(HBCIPassportInternal passport,
MsgGen gen,
String newName) |
String |
decryptIt(MsgGen gen,
HBCIPassportInternal passport) |
void |
setParam(String name,
String value) |
public static final String SECFUNC_ENC_3DES
public static final String SECFUNC_ENC_PLAIN
public static final String ENCALG_2K3DES
public static final String ENCMODE_CBC
public static final String ENCMODE_PKCS1
public static final String ENC_KEYTYPE_RSA
public static final String ENC_KEYTYPE_DDV
public Crypt(MSG msg)
public MSG cryptIt(HBCIPassportInternal passport, MsgGen gen, String newName)
public String decryptIt(MsgGen gen, HBCIPassportInternal passport)
Copyright © 2018. All rights reserved.