SignDoc SDK (C++)  5.0.2.22
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Friends Pages
Class Hierarchy
This inheritance list is sorted roughly, but not completely, alphabetically:
[detail level 123]
 CCertificatePickerInterface for selecting a certificate from a list
 CInputStreamInterface for an input stream, inspired by Java's java.io.InputStream
 CLibraryInputStreamBase class for InputStream implementations in SignDoc SDK
 CFileInputStreamClass implementing an InputStream reading from a file
 CMemoryInputStreamClass implementing an InputStream reading from memory
 CUserInputStreamBase class for InputStream implementations by user code
 COutputStreamInterface for an output stream, inspired by Java's java.io.OutputStream
 CLibraryOutputStreamBase class for OutputStream implementations in SignDoc SDK
 CFileOutputStreamClass implementing an OutputStream writing to a file
 CMemoryOutputStreamClass implementing an OutputStream writing to memory and allocating memory as needed
 CUserOutputStreamBase class for OutputStream implementations by user code
 CPasswordProviderInterface for asking the user for a password
 CPointA point (document coordinates or canvas coordinates depending on context)
 CRectA rectangle (document coordinates)
 CSignDocAnnotationAn annotation
 CSignDocAttachmentOutput of SignDocDocument::getAttachment()
 CSignDocCaptureCapture signatures
 CSignDocCaptureDeviceInterface for a capture device
 CLibrarySignDocCaptureDeviceSignDocCaptureDevice implemented in SignDoc SDK
 CUserSignDocCaptureDeviceBase class for SignDocCaptureDevice implementations by user code
 CSignDocCaptureDisplayInterface for displaying a background image and painting strokes while capturing
 CLibrarySignDocCaptureDisplaySignDocCaptureDisplay implemented in SignDoc SDK
 CUserSignDocCaptureDisplayBase class for SignDocCaptureDisplay implementations by user code
 CSignDocCaptureDisplayEventListenerInterface reporting resize and move events for GUI elements
 CSignDocCaptureFiltersFilters for enumerating capture devices
 CSignDocCaptureListenerInterface for receiving captured samples and other events
 CLibrarySignDocCaptureListenerSignDocCaptureListener implemwented in SignDoc SDK
 CUserSignDocCaptureListenerBase class for SignDocCaptureListener implemented by user code
 CSignDocCaptureOutputResult of SignDocCapture::waitCapture()
 CSignDocCaptureResultOutput of SignDocCapture::waitCapture2()
 CSignDocCaptureTransformationOutput of SignDocCaptureDevice::getTransformation()
 CSignDocCaptureVirtualButtonA virtual button
 CSignDocCertificateAn X.509 certificate
 CSignDocChangeA single change made to a PDF document after a signature
 CSignDocColorA color
 CSignDocDocumentAn interface for SignDoc documents
 CSignDocDocumentHandlerHandler for one document type (internal interface)
 CSignDocPdfDocumentHandlerSignDoc document handler for PDF documents
 CSignDocTiffDocumentHandlerSignDoc document handler for TIFF documents
 CSignDocDocumentLoaderCreate SignDocDocument objects
 CSignDocFieldOne field of a document
 CSignDocFindTextOccurrenceInformation about text found by SignDocDocument::findText()
 CSignDocImageA bitmap image
 CSignDocImageRectA rectangle for use with SignDocImage
 CSignDocWeightedFrameA frame and its weight
 CSignDocMatchResultResult of SignDocSignatureData::matchSignature(), SignDocSignatureData::matchReference(), SignDocImage::matchSignature(), and SignDocImage::matchReference()
 CSignDocPageLabelRangeA range of page labels of a PDF document
 CSignDocParametersBase class for SignDoc***Parameters classes
 CSignDocCaptureParametersParameters for SignDocCapture::startCapture()
 CSignDocCheckSignatureParametersParameters for SignDocSignatureData::checkReference() and SignDocSignatureData::checkSignature()
 CSignDocCleanParametersActions and parameters for SignDocImage::clean()
 CSignDocImageParametersParameters for saving images, converting images to bi-level images, resizing images, and rendering biometric signatures as images
 CSignDocMatchParametersParameters for SignDocSignatureData::matchSignature(), SignDocSignatureData::matchReference(), SignDocImage::matchSignature(), and SignDocImage::matchReference()
 CSignDocRenderParametersParameters for SignDocDocument::renderPageAsImage() and SignDocDocument::renderPageAsSignDocImage()
 CSignDocSignatureParametersParameters for signing a document
 CSignDocVerificationParametersParameters for verifying a certificate chain
 CSignDocPropertyOne property, without value
 CSignDocRenderOutputOutput of SignDocDocument::renderPageAsImage() and SignDocDocument::renderPageAsSignDocImage()
 CSignDocSignatureInformation about a signature field returned by SignDocDocument::getSignature()
 CSignDocSignatureDataBiometric data of handwritten signatures
 CSignDocSignatureSampleA single sample of the biometric data of a handwritten signature
 CSignDocTextClusterA cluster of Unicode code points and glyphs
 CSignDocTextFieldAttributesAttributes of a text field, list box field or combo box field used for the construction of the appearance (PDF documents only)
 CSignDocTextIteratorAn iterator for the text of a document
 CSignDocVerificationResultInformation about a signature field returned by SignDocDocument::verifySignature() or SignDocDocument::verifySignature2()
 CSignDocWatermarkParameters for a watermark
 CSignDSAInterface for creating a DSA signature
 CSignECDSAInterface for creating an ECDSA signature
 CSignPKCS7Interface for creating a PKCS #7 or CAdES signature
 CSignRSAInterface for creating an RSA signature
 CSourceData source
 CTimeStamperInterface for creating an RFC 3161 timestamp
 CLibraryTimeStamperTimeStamper implemented in SignDoc SDK
 CUserTimeStamperBase class for user-provided timestamping