EldoS
Navigation
Web site
Support
Table Of Contents

TElPDFSecurityHandler class

Properties     Methods     Declared in    


 

This is the base class for security handlers. Do not use this class directly.

 
 

Description

This is the class which is the parent for the following classes:

  • TElPDFPasswordSecurityHandler,
  • TElPDFPublicKeySecurityHandler
Security handler is an entity that implements document encryption and/or signing. The encryption method depends on concrete security handler, it can be as password encryptions so open key encryption algorithm. TElPDFSecurityHandler does not implement any functionality itself, you need to create its descendants for encryption.
While the encrypted document is being loaded, TElPDFDocument object searches handler class with the necessary name in the table of registered security handlers and creates security handler object. If a document has to be encrypted you need to create security handler object first, bind it to the TElPDFDocument object, set necessary properties and call TElPDFDocument.Encrypt method.
 
 

Properties

  • CustomName
  • CryptoProviderManager
  • EncryptMetadata
  • StreamEncryptionAlgorithm
  • StreamEncryptionKeyBits
  • StringEncryptionAlgorithm
  • StringEncryptionKeyBits
 
 

Methods

  • Constructor
  • Destructor
  • GetDescription
  • GetName
  • Reset
 
 

Declared in

.NET:

  • Namespace: SBPDF
  • Assembly: SecureBlackbox.PDF
VCL:
  • Unit: unit SBPDF
ActiveX/DLL: Not available
 
Contact Us | Terms of Use | Trademarks | Privacy Statement
Copyright (c) 1998-2012, EldoS Corporation