Foxit::SignatureHandler Class Reference

Class to represent signature handler. More...

Public Member Functions

 SignatureHandler ()
 Default constructor.
 

Properties

Object^  ClientData
 User-defined data. More...
 
StartCalcDigestDelegate^  StartCalcDigestFunc
 A Foxit::StartCalcDigesttDelegate delegate object to start calculating digest.
 
ContinueCalcDigestDelegate^  ContinueCalcDigestFunc
 A Foxit::ContinueCalcDigestDelegate delegate object to conitnue calculating digest.
 
FinishCalcDigestDelegate^  FinishCalcDigestFunc
 A Foxit::FinishCalcDigestDelegate delegate object to finish calculating digest.
 
SignDelegate^  SignFunc
 A Foxit::SignDelegate delegate object to sign signature.
 
VerifyDelegate^  VerifyFunc
 A Foxit::VerifyDelegate delegate object to verify signature.
 

Detailed Description

Class to represent signature handler.

Signature handler is used to do customize signing and verifying for signature. All the delegate methods in this class should be implemented by application, and then this handler should be registered to Foxit PDF SDK by calling function Library::RegisterSignatureHandler.

Property Documentation

Object^ Foxit::SignatureHandler::ClientData

User-defined data.

Applications can use this to track controls.

Foxit Corporation