|
| static pointer | Create (const std::string ctype) |
| | Create : create new keys. More...
|
| |
| static pointer | CreateFromSeed (const std::string ctype, const std::string &seed) |
| | CreateFromSeed : create from seed. More...
|
| |
| static pointer | Create (const std::string ctype, unsigned int scope, const std::string &key) |
| | Create : create single purpose key. More...
|
| |
| static pointer | Create (const std::string ctype, const std::string &pkey, const std::string &skey) |
| | Create : only operator. More...
|
| |
§ Create() [1/3]
| static pointer identt::crypto::CryptoTraits::Create |
( |
const std::string |
ctype | ) |
|
|
inlinestatic |
Create : create new keys.
- Parameters
-
| ctype | const std::string key algo |
- Returns
- std::shared_ptr<CryptoBase>
§ Create() [2/3]
| static pointer identt::crypto::CryptoTraits::Create |
( |
const std::string |
ctype, |
|
|
unsigned int |
scope, |
|
|
const std::string & |
key |
|
) |
| |
|
inlinestatic |
Create : create single purpose key.
- Parameters
-
| ctype | const std::string key algo |
| scope | unsigned int scope |
| key | const std::string key |
- Returns
- std::shared_ptr<CryptoBase>
§ Create() [3/3]
| static pointer identt::crypto::CryptoTraits::Create |
( |
const std::string |
ctype, |
|
|
const std::string & |
pkey, |
|
|
const std::string & |
skey |
|
) |
| |
|
inlinestatic |
Create : only operator.
- Parameters
-
| ctype | const std::string key algo |
| pkey | const std::string& public key |
| skey | const std::string& private key |
- Returns
- std::shared_ptr<CryptoBase>
§ CreateFromSeed()
| static pointer identt::crypto::CryptoTraits::CreateFromSeed |
( |
const std::string |
ctype, |
|
|
const std::string & |
seed |
|
) |
| |
|
inlinestatic |
CreateFromSeed : create from seed.
- Parameters
-
| ctype | const std::string key algo |
| seed | const std::string& seed |
- Returns
- std::shared_ptr<CryptoBase>
The documentation for this class was generated from the following file: