Class used to test TLS key API.
More...
Class used to test TLS key API.
◆ SetUpTestCase()
| static void TlsKeyTest::SetUpTestCase |
( |
| ) |
|
|
inlinestatic |
◆ TearDownTestCase()
| static void TlsKeyTest::TearDownTestCase |
( |
| ) |
|
|
inlinestatic |
◆ writeFile()
| static void TlsKeyTest::writeFile |
( |
const std::string & | path, |
|
|
const std::string & | data ) |
|
inlinestatic |
Write a file on file system.
- Parameters
-
| path | File location. |
| data | string to write. |
◆ ecPriKey
| const std::string TlsKeyTest::ecPriKey |
|
staticprotected |
Initial value:= "-----BEGIN EC PRIVATE KEY-----\n"
"MHcCAQEEINr5bOw4vbLCnIAGREN73D+Ne/hn75zgoH/Cv1wxUlQboAoGCCqGSM49\n"
"AwEHoUQDQgAEO1le+TMvvryHdQVr72RgVwBLkfT4fhMekHFp+3JUqCaod0it/h/j\n"
"OPZPc69Xj/kLNG816GoqxpEZC+u4qrbFNg==\n"
"-----END EC PRIVATE KEY-----\n"
keys.
◆ ecPriKeyPath
| const std::string TlsKeyTest::ecPriKeyPath = "/tmp/eckey.pem" |
|
staticprotected |
◆ ecPubKey
| const std::string TlsKeyTest::ecPubKey |
|
staticprotected |
Initial value:= "-----BEGIN PUBLIC KEY-----\n"
"MFkwEwYHKoZIzj0CAQYIKoZIzj0DAQcDQgAEO1le+TMvvryHdQVr72RgVwBLkfT4\n"
"fhMekHFp+3JUqCaod0it/h/jOPZPc69Xj/kLNG816GoqxpEZC+u4qrbFNg==\n"
"-----END PUBLIC KEY-----\n"
◆ ecPubKeyPath
| const std::string TlsKeyTest::ecPubKeyPath = "/tmp/ec.pub" |
|
staticprotected |
The documentation for this class was generated from the following file: