libcryptosec
|
#include <openssl/asn1.h>
#include <time.h>
#include <string>
#include <iostream>
#include <iomanip>
#include <sstream>
#include <cmath>
#include "BigInteger.h"
#include <libcryptosec/exception/CertificationException.h>
Go to the source code of this file.
Classes | |
class | DateTime |
Implementa a representação da data. É utilizada em certificados, LCRs. Utiliza o formato epoch (time_t) para representar datas internamente. More... | |
struct | DateTime::DateVal |