▼Nde | |
▼Nsoftpro | |
▼Ndoc | |
CDefaultSignDocCaptureListener | Implementation of SignDocCaptureListener providing default implementations of gotSample(), gotSamples(), gotEvent(), and gotError() |
CJavaInputStream | Wrap de::softpro::doc::InputStream as java.io.InputStream |
CJavaSignDocCaptureDisplayEventListener | Pass display events to SignDoc SDK |
CLibrarySignDocCaptureDevice | A capture device implemented in SignDoc SDK |
CLibrarySignDocCaptureDisplay | A SignDocCaptureDisplay implemented in SignDoc SDK |
CLibrarySignDocCaptureDisplayEventListener | SignDoc SDK's implementation of SignDocCaptureDisplayEventListener |
CLibrarySignDocCaptureListener | SignDoc SDK's implementation of SignDocCaptureListener |
CLibrarySource | Implementation of Source using JNI |
CPoint | A point (document coordinates or canvas coordinates depending on context) |
CRect | Coordinates of a rectangle (document coordinates) |
CSignDocAmbiguousCertificateException | SignDoc exception: More than one matching certificate found and csf_never_ask is specified |
CSignDocAnnotation | An annotation |
CSignDocAnnotationNotFoundException | SignDoc exception: Annotation not found, for getAnnotation() |
CSignDocAttachment | Output of SignDocDocument.getAttachment() |
CSignDocAttachmentExistsException | SignDoc exception: Attachment already exists |
CSignDocAttachmentNotFoundException | SignDoc exception: Attachment not found |
CSignDocCancelledException | SignDoc exception: Certificate dialog cancelled by user |
CSignDocCapture | Capture signatures |
CSignDocCaptureDevice | A capture device |
CSignDocCaptureDisplay | Interface for displaying a background image and painting strokes while capturing |
CSignDocCaptureDisplayEventListener | Listener for display events |
CSignDocCaptureDisplayJPanel | SignDocCaptureDisplay painting on a javax.swing.JPanel |
CSignDocCaptureDisplayPanel | SignDocCaptureDisplay painting on a java.awt.Panel |
CSignDocCaptureFilters | Filters for enumerating capture devices |
CSignDocCaptureListener | Interface for receiving captured samples and other events |
CSignDocCaptureOutput | Output of SignDocCapture.waitCapture() |
CSignDocCaptureParameters | Parameters for SignDocCapture.startCapture() |
CSignDocCaptureResult | Result of SignDocCapture.waitCapture2() |
CSignDocCaptureTransformation | Return value of SignDocCaptureDevice.getTransformation() |
CSignDocCaptureVirtualButton | A virtual button |
CSignDocChange | A single change made to a PDF document after a signature |
CSignDocCheckSignatureParameters | Parameters for SignDocSignatureData.checkReference() and SignDocSignatureData.checkSignature() |
CSignDocCleanParameters | Actions and parameters for SignDocImage.clean() |
CSignDocColor | A color |
CSignDocDocument | An interface for SignDoc documents |
CSignDocDocumentLoader | Create SignDocDocument objects |
CSignDocException | SignDoc exception |
CSignDocField | Class representing one field of a document |
CSignDocFieldExistsException | SignDoc exception: Field already exists |
CSignDocFieldNotFoundException | SignDoc exception: Field not found (or not a signature field) |
CSignDocFieldNotSignedException | SignDoc exception: field not signed, for SignDocDocument.copyAsSignedToStream() |
CSignDocFindTextOccurrence | Information about text found by SignDocDocument.findText() |
CSignDocFontNotFoundException | SignDoc exception: The font is not found |
CSignDocImage | A bitmap image |
CSignDocImageParameters | Parameters for saving images, converting images to bi-level images, resizing images, and rendering biometric signatures as images |
CSignDocImagePoint | A point with integer coordinates |
CSignDocImageRect | A rectangle with integer coordinates |
CSignDocInvalidArgumentException | SignDoc exception: Invalid argument |
CSignDocInvalidImageException | SignDoc exception: Invalid image (e.g., unsupported format) |
CSignDocInvalidProfileException | SignDoc exception: Profile unknown or not applicable |
CSignDocInvalidSignatureException | SignDoc exception: Signature not valid, for SignDocDocument.copyAsSignedToStream() |
CSignDocInvalidStructureException | SignDoc exception: Document has invalid logical structure |
CSignDocInvalidValueException | SignDoc exception: Invalid value |
CSignDocIOErrorException | SignDoc exception: I/O error |
CSignDocLicenseErrorException | SignDoc exception: License error |
CSignDocMatchParameters | Parameters for SignDocSignatureData.matchSignature(), SignDocSignatureData.matchReference(), SignDocImage.matchSignature(), and SignDocImage.matchReference() |
CSignDocMatchResult | Result of SignDocSignatureData.matchSignature(), SignDocSignatureData.matchReference(), SignDocImage.matchSignature(), and SignDocImage.matchReference() |
CSignDocNoBiometricDataException | SignDoc exception: No biometric data available |
CSignDocNoCaptureDeviceException | SignDoc exception: No capture device found |
CSignDocNoCertificateException | SignDoc exception: No (matching) certificate found and csf_create_self_signed is not specified |
CSignDocNotAllowedException | SignDoc exception: Operation not allowed due to document being signed or conforming to PDF/A or PDF/UA or having logical structure |
CSignDocNotAvailableException | SignDoc exception: The requested value is not available |
CSignDocNotSupportedException | SignDoc exception: Operation not supported |
CSignDocNotVerifiedException | SignDoc exception: verifySignature() has not been called |
CSignDocPageLabelRange | A range of page labels of a PDF document |
CSignDocPageNotFoundException | SignDoc exception: Page not found (invalid page number) |
CSignDocParameters | Interface for SignDoc***Parameters classes |
CSignDocProperty | Class representing one property without value |
CSignDocPropertyNotFoundException | SignDoc exception: Property not found |
CSignDocRenderOutput | Output of SignDocDocument.renderPageAsImage(), SignDocDocument.renderPageAsSignDocImage(), and SignDocSignatureData.renderAsImage() |
CSignDocRenderParameters | Parameters for SignDocDocument.renderPageAsImage() and SignDocDocument.renderPageAsSignDocImage() |
CSignDocSignature | Information about a signature field returned by SignDocDocument.getSignature() |
CSignDocSignatureData | Biometric data of handwritten signatures |
CSignDocSignatureParameters | Parameters for signing a document |
CSignDocSignatureSample | A single sample of the biometric data of a handwritten signature |
CSignDocTextCluster | A cluster of Unicode code points and glyphs |
CSignDocTextFieldAttributes | Attributes of a text field, list box field or combo box field used for the construction of the appearance (PDF documents only) |
CSignDocTextItem | A text item |
CSignDocTextIterator | An iterator for the text of a document |
CSignDocTooSimilarException | SignDoc exception: Signatures are too similar |
CSignDocTypeMismatchException | SignDoc exception: Field type or property type mismatch |
CSignDocUnexpectedErrorException | SignDoc exception: Unexpected error |
CSignDocUnknownParameterException | SignDoc exception: Invalid value |
CSignDocVerificationParameters | Parameters for verifying a certificate chain |
CSignDocVerificationResult | Information about a signature field returned by SignDocDocument.verifySignature() or SignDocDocument.verifySignature2() |
CSignDocWatermark | Parameters for a watermark |
CSignDocWeightedFrame | A frame and its weight |
CSignDocWrongCollectionException | SignDoc exception: Property accessed via wrong collection |
CSignDocWrongStateException | SignDoc exception: Wrong state |
CSignECDSA | Interface for creating an ECDSA signature |
CSignPKCS7 | Interface for creating a PKCS #7 or CAdES signature |
CSignRSA | Interface for creating an RSA signature |
CSource | Interface for getting byte ranges from a document |
CTimeStamper | Interface for creating RFC 3161 time stamps (HTTP client) |
CTimeStamperOutput | Output of TimeStamper.stamp() |
CUserTimeStamper | Interface for user-provided timestamping |
CUserTimeStamperOutput | Output of UserTimeStamper.stamp() |