mirror of
https://github.com/chris2511/xca.git
synced 2026-09-14 11:06:19 +05:00
Add PKCS12 encryption algorithm class
This commit is contained in:
parent
48acc326be
commit
ef8d90e5c5
@ -173,7 +173,7 @@ QString encAlgo::name() const
|
||||
return QString(encAlgo_nid == NID_undef ? "" : OBJ_nid2sn(encAlgo_nid));
|
||||
}
|
||||
|
||||
int encAlgo::getEncAlgo() const
|
||||
int encAlgo::getEncAlgoNid() const
|
||||
{
|
||||
return encAlgo_nid;
|
||||
}
|
||||
|
||||
@ -28,7 +28,7 @@ class encAlgo
|
||||
encAlgo& operator=(const encAlgo &d) = default;
|
||||
|
||||
QString name() const;
|
||||
int getEncAlgo() const;
|
||||
int getEncAlgoNid() const;
|
||||
|
||||
static void setDefault(const QString &def);
|
||||
static const encAlgo getDefault();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user