libcryptosec
Public Member Functions | Protected Attributes | List of all members
DeltaCRLIndicatorExtension Class Reference

#include <DeltaCRLIndicatorExtension.h>

Inheritance diagram for DeltaCRLIndicatorExtension:
Extension

Public Member Functions

 DeltaCRLIndicatorExtension (unsigned long baseCrlNumber)
 
 DeltaCRLIndicatorExtension (X509_EXTENSION *ext) throw (CertificationException)
 
virtual ~DeltaCRLIndicatorExtension ()
 
std::string getXmlEncoded ()
 
std::string getXmlEncoded (std::string tab)
 
virtual std::string extValue2Xml (std::string tab="")
 
X509_EXTENSION * getX509Extension ()
 
void setSerial (unsigned long serial)
 
const long getSerial () const
 
- Public Member Functions inherited from Extension
 Extension (X509_EXTENSION *ext) throw (CertificationException)
 
 Extension (std::string oid, bool critical, std::string valueBase64) throw (CertificationException)
 
virtual ~Extension ()
 
std::string toXml (std::string tab="") throw (CertificationException)
 
ObjectIdentifier getObjectIdentifier () const
 
std::string getName ()
 
Extension::Name getTypeName ()
 
ByteArray getValue () const
 
std::string getBase64Value ()
 
void setCritical (bool critical)
 
bool isCritical () const
 

Protected Attributes

unsigned long baseCrlNumber
 
- Protected Attributes inherited from Extension
ObjectIdentifier objectIdentifier
 
bool critical
 
ByteArray value
 

Additional Inherited Members

- Public Types inherited from Extension
enum  Name {
  UNKNOWN, KEY_USAGE, EXTENDED_KEY_USAGE, AUTHORITY_KEY_IDENTIFIER,
  CRL_DISTRIBUTION_POINTS, AUTHORITY_INFORMATION_ACCESS, BASIC_CONSTRAINTS, CERTIFICATE_POLICIES,
  ISSUER_ALTERNATIVE_NAME, SUBJECT_ALTERNATIVE_NAME, SUBJECT_INFORMATION_ACCESS, SUBJECT_KEY_IDENTIFIER,
  CRL_NUMBER, DELTA_CRL_INDICATOR
}
 
- Static Public Member Functions inherited from Extension
static Extension::Name getName (int nid)
 
static Extension::Name getName (X509_EXTENSION *ext)
 
- Protected Member Functions inherited from Extension
 Extension ()
 

Constructor & Destructor Documentation

◆ DeltaCRLIndicatorExtension() [1/2]

DeltaCRLIndicatorExtension::DeltaCRLIndicatorExtension ( unsigned long  baseCrlNumber = 0)

◆ DeltaCRLIndicatorExtension() [2/2]

DeltaCRLIndicatorExtension::DeltaCRLIndicatorExtension ( X509_EXTENSION *  ext)
throw (CertificationException
)

◆ ~DeltaCRLIndicatorExtension()

DeltaCRLIndicatorExtension::~DeltaCRLIndicatorExtension ( )
virtual

Member Function Documentation

◆ extValue2Xml()

std::string DeltaCRLIndicatorExtension::extValue2Xml ( std::string  tab = "")
virtual

Reimplemented from Extension.

◆ getSerial()

const long DeltaCRLIndicatorExtension::getSerial ( ) const

◆ getX509Extension()

X509_EXTENSION * DeltaCRLIndicatorExtension::getX509Extension ( )
virtual

Reimplemented from Extension.

◆ getXmlEncoded() [1/2]

std::string DeltaCRLIndicatorExtension::getXmlEncoded ( )
virtual
Deprecated:
Retorna o conteudo da extensão em formato XML. Esta função será substituida por toXml().

Reimplemented from Extension.

◆ getXmlEncoded() [2/2]

std::string DeltaCRLIndicatorExtension::getXmlEncoded ( std::string  tab)
virtual

Reimplemented from Extension.

◆ setSerial()

void DeltaCRLIndicatorExtension::setSerial ( unsigned long  serial)

Member Data Documentation

◆ baseCrlNumber

unsigned long DeltaCRLIndicatorExtension::baseCrlNumber
protected

The documentation for this class was generated from the following files: