SignDoc SDK (Java)  5.0.0
Package de.softpro.doc

Classes

class  JavaInputStream
 Wrap de::softpro::doc::InputStream as java.io.InputStream. More...
 
class  LibrarySource
 Implementation of Source using JNI. More...
 
class  Point
 A point (document coordinates or canvas coordinates depending on context). More...
 
class  Rect
 Coordinates of a rectangle (document coordinates). More...
 
class  SignDocAmbiguousCertificateException
 SignDoc exception: More than one matching certificate found and csf_never_ask is specified. More...
 
class  SignDocAnnotation
 An annotation. More...
 
class  SignDocAnnotationNotFoundException
 SignDoc exception: Annotation not found, for getAnnotation(). More...
 
class  SignDocAttachment
 Output of SignDocDocument.getAttachment(). More...
 
class  SignDocAttachmentExistsException
 SignDoc exception: Attachment already exists. More...
 
class  SignDocAttachmentNotFoundException
 SignDoc exception: Attachment not found. More...
 
class  SignDocCancelledException
 SignDoc exception: Certificate dialog cancelled by user. More...
 
class  SignDocChange
 A single change made to a PDF document after a signature. More...
 
class  SignDocCheckSignatureParameters
 Parameters for SignDocSignatureData.checkReference() and SignDocSignatureData.checkSignature(). More...
 
class  SignDocCleanParameters
 Actions and parameters for SignDocImage.clean(). More...
 
class  SignDocColor
 A color. More...
 
class  SignDocDocument
 An interface for SignDoc documents. More...
 
class  SignDocDocumentLoader
 Create SignDocDocument objects. More...
 
class  SignDocException
 SignDoc exception. More...
 
class  SignDocField
 Class representing one field of a document. More...
 
class  SignDocFieldExistsException
 SignDoc exception: Field already exists. More...
 
class  SignDocFieldNotFoundException
 SignDoc exception: Field not found (or not a signature field). More...
 
class  SignDocFieldNotSignedException
 SignDoc exception: field not signed, for SignDocDocument.copyAsSignedToStream() More...
 
class  SignDocFindTextOccurrence
 Information about text found by SignDocDocument.findText(). More...
 
class  SignDocFontNotFoundException
 SignDoc exception: The font is not found. More...
 
class  SignDocImage
 A bitmap image. More...
 
class  SignDocImageParameters
 Parameters for saving images, converting images to bi-level images, and rendering biometric signatures as images. More...
 
class  SignDocImageRect
 A rectangle for use with SignDocImage. More...
 
class  SignDocInvalidArgumentException
 SignDoc exception: Invalid argument. More...
 
class  SignDocInvalidImageException
 SignDoc exception: Invalid image (e.g., unsupported format). More...
 
class  SignDocInvalidProfileException
 SignDoc exception: Profile unknown or not applicable. More...
 
class  SignDocInvalidSignatureException
 SignDoc exception: Signature not valid, for SignDocDocument.copyAsSignedToStream() More...
 
class  SignDocInvalidStructureException
 SignDoc exception: Document has invalid logical structure. More...
 
class  SignDocInvalidValueException
 SignDoc exception: Invalid value. More...
 
class  SignDocIOErrorException
 SignDoc exception: I/O error. More...
 
class  SignDocLicenseErrorException
 SignDoc exception: License error. More...
 
class  SignDocMatchParameters
 Parameters for SignDocSignatureData.matchSignature(), SignDocSignatureData.matchReference(), SignDocImage.matchSignature(), and SignDocImage.matchReference(). More...
 
class  SignDocMatchResult
 Result of SignDocSignatureData.matchSignature(), SignDocSignatureData.matchReference(), SignDocImage.matchSignature(), and SignDocImage.matchReference(). More...
 
class  SignDocNoBiometricDataException
 SignDoc exception: No biometric data available. More...
 
class  SignDocNoCertificateException
 SignDoc exception: No (matching) certificate found and csf_create_self_signed is not specified. More...
 
class  SignDocNotAllowedException
 SignDoc exception: Operation not allowed due to document being signed or conforming to PDF/A or PDF/UA or having logical structure. More...
 
class  SignDocNotSupportedException
 SignDoc exception: Operation not supported. More...
 
class  SignDocNotVerifiedException
 SignDoc exception: verifySignature() has not been called. More...
 
class  SignDocPageNotFoundException
 SignDoc exception: Page not found (invalid page number). More...
 
class  SignDocProperty
 Class representing one property without value. More...
 
class  SignDocPropertyNotFoundException
 SignDoc exception: Property not found. More...
 
class  SignDocRenderOutput
 Output of SignDocDocument.renderPageAsImage(), SignDocDocument.renderPageAsSignDocImage(), and SignDocSignatureData.renderAsImage() More...
 
class  SignDocRenderParameters
 Parameters for SignDocDocument.renderPageAsImage() and SignDocDocument.renderPageAsSignDocImage(). More...
 
class  SignDocSignature
 Information about a signature field returned by SignDocDocument.getSignature(). More...
 
class  SignDocSignatureData
 Biometric data of handwritten signatures. More...
 
class  SignDocSignatureParameters
 Parameters for signing a document. More...
 
class  SignDocSignatureSample
 A single sample of the biometric data of a handwritten signature. More...
 
class  SignDocTextCluster
 A cluster of Unicode code points and glyphs. More...
 
class  SignDocTextFieldAttributes
 Attributes of a text field, list box field or combo box field used for the construction of the appearance (PDF documents only). More...
 
class  SignDocTextIterator
 An iterator for the text of a document. More...
 
class  SignDocTypeMismatchException
 SignDoc exception: Field type or property type mismatch. More...
 
class  SignDocUnexpectedErrorException
 SignDoc exception: Unexpected error. More...
 
class  SignDocUnknownParameterException
 SignDoc exception: Invalid value. More...
 
class  SignDocVerificationParameters
 Parameters for verifying a certificate chain. More...
 
class  SignDocVerificationResult
 Information about a signature field returned by SignDocDocument.verifySignature() or SignDocDocument.verifySignature2(). More...
 
class  SignDocWatermark
 Parameters for a watermark. More...
 
class  SignDocWeightedFrame
 A frame and its weight. More...
 
class  SignDocWrongCollectionException
 SignDoc exception: Property accessed via wrong collection. More...
 
interface  SignECDSA
 Interface for creating an ECDSA signature. More...
 
interface  SignPKCS7
 Interface for creating a PKCS #7 or CAdES signature. More...
 
interface  SignRSA
 Interface for creating an RSA signature. More...
 
interface  Source
 Interface for getting byte ranges from a document. More...
 
interface  TimeStamper
 An RFC 3161 client using HTTP. More...