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 |
ENCALG_AES256 |
static String |
ENCMODE_CBC |
static String |
ENCMODE_PKCS1 |
static String |
SECFUNC_ENC |
static String |
SECFUNC_ENC_PLAIN |
Constructor and Description |
---|
Crypt(IHandlerData handlerdata,
MSG msg) |
Modifier and Type | Method and Description |
---|---|
MSG |
cryptIt(String newName) |
String |
decryptIt() |
void |
destroy() |
void |
init(IHandlerData handlerdata,
MSG msg) |
void |
setParam(String name,
String value) |
public static final String SECFUNC_ENC
public static final String SECFUNC_ENC_PLAIN
public static final String ENCALG_2K3DES
public static final String ENCALG_AES256
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(IHandlerData handlerdata, MSG msg)
Copyright © 2022. All rights reserved.