LibreOffice Module oox (master) 1
Public Types | Public Member Functions | Protected Member Functions | Protected Attributes | List of all members
oox::crypto::Crypto Class Reference

#include <CryptTools.hxx>

Inheritance diagram for oox::crypto::Crypto:
[legend]

Public Types

enum  CryptoType {
  UNKNOWN ,
  AES_128_ECB ,
  AES_128_CBC ,
  AES_256_CBC
}
 

Public Member Functions

virtual ~Crypto ()
 

Protected Member Functions

 Crypto ()
 

Protected Attributes

std::unique_ptr< CryptoImplmpImpl
 

Detailed Description

Definition at line 56 of file CryptTools.hxx.

Member Enumeration Documentation

◆ CryptoType

Enumerator
UNKNOWN 
AES_128_ECB 
AES_128_CBC 
AES_256_CBC 

Definition at line 59 of file CryptTools.hxx.

Constructor & Destructor Documentation

◆ Crypto()

oox::crypto::Crypto::Crypto ( )
protected

Definition at line 350 of file CryptTools.cxx.

◆ ~Crypto()

oox::crypto::Crypto::~Crypto ( )
virtual

Definition at line 355 of file CryptTools.cxx.

Member Data Documentation

◆ mpImpl

std::unique_ptr<CryptoImpl> oox::crypto::Crypto::mpImpl
protected

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