#include <Pkcs7CertificateBundle.h>
◆ Pkcs7CertificateBundle()
Pkcs7CertificateBundle::Pkcs7CertificateBundle |
( |
PKCS7 * |
pkcs7 | ) |
|
throw | ( | Pkcs7Exception |
| ) | | |
◆ ~Pkcs7CertificateBundle()
Pkcs7CertificateBundle::~Pkcs7CertificateBundle |
( |
| ) |
|
|
virtual |
◆ extract()
void Pkcs7CertificateBundle::extract |
( |
std::ostream * |
out | ) |
|
throw | ( | Pkcs7Exception |
| ) | | |
◆ getCertificates()
std::vector< Certificate * > Pkcs7CertificateBundle::getCertificates |
( |
| ) |
|
Retorna a lista de certificados contidas no pacote.
- Returns
- a lista de certificados contidas no pacote.
◆ getType()
Implementa o método abstrato Pkcs7::getType(). Retorna Pkcs7::DATA
- Returns
- o tipo de pacote PKCS7, no caso Pkcs7::DATA
Implements Pkcs7.
The documentation for this class was generated from the following files: