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

#include <EncryptionData.hxx>

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

Public Member Functions

 EncryptionData (const BaseEncryptionData &aData, const css::uno::Sequence< sal_Int8 > &aKey, sal_Int32 nEncAlg, sal_Int32 nCheckAlg, sal_Int32 nDerivedKeySize, sal_Int32 nStartKeyGenID, bool const bTryWrongSHA1)
 
 EncryptionData (const EncryptionData &aData)
 
- Public Member Functions inherited from BaseEncryptionData
 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_aKey
 
sal_Int32 m_nEncAlg
 
sal_Int32 m_nCheckAlg
 
sal_Int32 m_nDerivedKeySize
 
sal_Int32 m_nStartKeyGenID
 
bool m_bTryWrongSHA1
 
- Public Attributes inherited from BaseEncryptionData
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 45 of file EncryptionData.hxx.

Constructor & Destructor Documentation

◆ EncryptionData() [1/2]

EncryptionData::EncryptionData ( const BaseEncryptionData aData,
const css::uno::Sequence< sal_Int8 > &  aKey,
sal_Int32  nEncAlg,
sal_Int32  nCheckAlg,
sal_Int32  nDerivedKeySize,
sal_Int32  nStartKeyGenID,
bool const  bTryWrongSHA1 
)
inline

Definition at line 55 of file EncryptionData.hxx.

References aData.

◆ EncryptionData() [2/2]

EncryptionData::EncryptionData ( const EncryptionData aData)
inline

Definition at line 65 of file EncryptionData.hxx.

References aData.

Member Data Documentation

◆ m_aKey

css::uno::Sequence< sal_Int8 > EncryptionData::m_aKey

Definition at line 48 of file EncryptionData.hxx.

◆ m_bTryWrongSHA1

bool EncryptionData::m_bTryWrongSHA1

Definition at line 53 of file EncryptionData.hxx.

◆ m_nCheckAlg

sal_Int32 EncryptionData::m_nCheckAlg

Definition at line 50 of file EncryptionData.hxx.

◆ m_nDerivedKeySize

sal_Int32 EncryptionData::m_nDerivedKeySize

Definition at line 51 of file EncryptionData.hxx.

◆ m_nEncAlg

sal_Int32 EncryptionData::m_nEncAlg

Definition at line 49 of file EncryptionData.hxx.

◆ m_nStartKeyGenID

sal_Int32 EncryptionData::m_nStartKeyGenID

Definition at line 52 of file EncryptionData.hxx.


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