#include <gdcmOpenSSLCryptographicMessageSyntax.h>
◆ OpenSSLCryptographicMessageSyntax()
| gdcm::OpenSSLCryptographicMessageSyntax::OpenSSLCryptographicMessageSyntax |
( |
| ) |
|
◆ ~OpenSSLCryptographicMessageSyntax()
| gdcm::OpenSSLCryptographicMessageSyntax::~OpenSSLCryptographicMessageSyntax |
( |
| ) |
|
◆ Decrypt()
| bool gdcm::OpenSSLCryptographicMessageSyntax::Decrypt |
( |
char * |
output, |
|
|
size_t & |
outlen, |
|
|
const char * |
array, |
|
|
size_t |
len |
|
) |
| const |
|
virtual |
◆ Encrypt()
| bool gdcm::OpenSSLCryptographicMessageSyntax::Encrypt |
( |
char * |
output, |
|
|
size_t & |
outlen, |
|
|
const char * |
array, |
|
|
size_t |
len |
|
) |
| const |
|
virtual |
◆ GetCipherType()
| CipherTypes gdcm::OpenSSLCryptographicMessageSyntax::GetCipherType |
( |
| ) |
const |
|
virtual |
◆ ParseCertificateFile()
| bool gdcm::OpenSSLCryptographicMessageSyntax::ParseCertificateFile |
( |
const char * |
filename | ) |
|
|
virtual |
◆ ParseKeyFile()
| bool gdcm::OpenSSLCryptographicMessageSyntax::ParseKeyFile |
( |
const char * |
filename | ) |
|
|
virtual |
◆ SetCipherType()
| void gdcm::OpenSSLCryptographicMessageSyntax::SetCipherType |
( |
CipherTypes |
type | ) |
|
|
virtual |
◆ SetPassword()
| bool gdcm::OpenSSLCryptographicMessageSyntax::SetPassword |
( |
const char * |
pass, |
|
|
size_t |
passLen |
|
) |
| |
|
virtual |
The documentation for this class was generated from the following file: