LibreOffice Module package (master) 1
Public Member Functions | Public Attributes | List of all members
BaseEncryptionData Class Reference

#include <EncryptionData.hxx>

Inheritance diagram for BaseEncryptionData:
[legend]
Collaboration diagram for BaseEncryptionData:
[legend]

Public Member Functions

 BaseEncryptionData ()
 
 BaseEncryptionData (const BaseEncryptionData &aData)
 
- Public Member Functions inherited from cppu::OWeakObject
 OWeakObject ()
 
 OWeakObject (const OWeakObject &)
 
OWeakObject &SAL_CALL operator= (const OWeakObject &)
 
virtual css::uno::Any SAL_CALL queryInterface (const css::uno::Type &rType) SAL_OVERRIDE
 
virtual void SAL_CALL acquire () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual void SAL_CALL release () SAL_NOEXCEPT SAL_OVERRIDE
 
virtual css::uno::Reference< css::uno::XAdapter > SAL_CALL queryAdapter () SAL_OVERRIDE
 
SAL_CALL operator css::uno::Reference< css::uno::XInterface > ()
 

Public Attributes

css::uno::Sequence< sal_Int8m_aSalt
 
css::uno::Sequence< sal_Int8m_aInitVector
 
css::uno::Sequence< sal_Int8m_aDigest
 
sal_Int32 m_nIterationCount
 

Additional Inherited Members

- Protected Member Functions inherited from cppu::OWeakObject
virtual ~OWeakObject () COVERITY_NOEXCEPT_FALSE
 
void disposeWeakConnectionPoint ()
 
- Protected Attributes inherited from cppu::OWeakObject
oslInterlockedCount m_refCount
 

Detailed Description

Definition at line 25 of file EncryptionData.hxx.

Constructor & Destructor Documentation

◆ BaseEncryptionData() [1/2]

BaseEncryptionData::BaseEncryptionData ( )
inline

Definition at line 33 of file EncryptionData.hxx.

◆ BaseEncryptionData() [2/2]

BaseEncryptionData::BaseEncryptionData ( const BaseEncryptionData aData)
inline

Definition at line 36 of file EncryptionData.hxx.

References aData.

Member Data Documentation

◆ m_aDigest

css::uno::Sequence< sal_Int8 > BaseEncryptionData::m_aDigest

Definition at line 30 of file EncryptionData.hxx.

◆ m_aInitVector

css::uno::Sequence< sal_Int8 > BaseEncryptionData::m_aInitVector

Definition at line 29 of file EncryptionData.hxx.

◆ m_aSalt

css::uno::Sequence< sal_Int8 > BaseEncryptionData::m_aSalt

Definition at line 28 of file EncryptionData.hxx.

◆ m_nIterationCount

sal_Int32 BaseEncryptionData::m_nIterationCount

Definition at line 31 of file EncryptionData.hxx.


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