|
CFx SDK Documentation
2020SP3
|
#include "TD_PackPush.h"#include "RxObject.h"#include "OdArray.h"#include "DbExport.h"#include "OdString.h"#include "OdBinaryData.h"#include "OdCryptoServices/OdCryptoServices.h"#include "TD_PackPop.h"Go to the source code of this file.
Classes | |
| class | OdSecurityParams |
| class | OdSignatureDescription |
| class | OdDbCrypt |
| class | OdPwdIterator |
| class | OdPwdCache |
Typedefs | |
| typedef OdString | OdPassword |
| typedef OdSmartPtr< OdDbCrypt > | OdDbCryptPtr |
| typedef OdSmartPtr< OdPwdIterator > | OdPwdIteratorPtr |
| typedef OdSmartPtr< OdPwdCache > | OdPwdCachePtr |
| typedef OdSmartPtr<OdDbCrypt> OdDbCryptPtr |
This template class is a specialization of the OdSmartPtr class for OdDbCrypt object pointers.
Definition at line 180 of file DbSecurity.h.
| typedef OdString OdPassword |
Definition at line 52 of file DbSecurity.h.
| typedef OdSmartPtr<OdPwdCache> OdPwdCachePtr |
This template class is a specialization of the OdSmartPtr class for OdPwdCache object pointers.
Definition at line 234 of file DbSecurity.h.
| typedef OdSmartPtr<OdPwdIterator> OdPwdIteratorPtr |
This template class is a specialization of the OdSmartPtr class for OdPwdIterator object pointers.
Definition at line 209 of file DbSecurity.h.
| anonymous enum |
Definition at line 37 of file DbSecurity.h.