Sautin |
Class | Description | |||||
---|---|---|---|---|---|---|
InvalidPdfPasswordException | Exception that occurs when DocumentOpenPassword or PermissionsPassword is not correctly specified. | |||||
PdfCertificate | Represents an X.509 certificate sent to others so that they can verify your digital signature with a public key contained in the certificate. | |||||
PdfCertificateRevocationList | Represents an X.509 Certificate Revocation List (CRL) that is a time-stamped list identifying revoked certificates that is signed by a Certificate Authority (CA) or CRL issuer and made freely available in a public repository. | |||||
PdfDelayOrReSignDigitalId | Represents a digital ID used to delay-sign (deferred-sign) or re-sign a PDF file. A PdfDelayOrReSignDigitalId does not perform the actual signing because it contains only a PdfCertificate (with a public key) and no private key. Instead, a PdfDelayOrReSignDigitalId is used in the following process:
The PdfSigner instances used in the delay-sign and re-sign should have equal properties so that the signature content created by re-signing fits into the delay-signed signature content that it replaces. Delay-signing is also possible with Sign(FuncStream, Byte, PdfSignatureFormat, Int32) method, but then you must take care to provide the appropriate value of the estimatedSignatureContentsLength parameter that should be large enough to contain the entire signature content created when re-signing the PDF file. If the PdfCertificate is not available when performing the delay-sign, then delay-signing must be done by using the Sign(FuncStream, Byte, PdfSignatureFormat, Int32) method. The first parameter of that method should return an array of bytes whose value is zero of the estimatedSignatureContentsLength length. Note that if Format is not PKCS7, then delay-signing with Sign(FuncStream, Byte, PdfSignatureFormat, Int32) method is difficult because hash provided to the external signer is not ComputeHash(PdfHashAlgorithm) as explained in the Message Digest Calculation Process. | |||||
PdfDigitalId | A digital ID used to sign and encrypt documents. The certificate that comes with your digital ID is sent to others so that they can verify your signature. The most secure digital IDs are issued by trusted Certificate authorities and are based on secure devices like smart card or token. Some are based on files. | |||||
PdfDocumentSecurityStore | Represents a container that may contain:
| |||||
PdfEncryptedPayload | Identifies that the file specified in the EmbeddedFile of a PdfFileSpecification is an encrypted payload. | |||||
PdfEncryption | Stores encryption-related information. | |||||
PdfLoadingEncryptedEventArgs | Represents data for an event that occurs when a PDF document is being loaded from an encrypted PDF file. | |||||
PdfOnlineCertificateStatusProtocolResponse | Represents an X.509 Online Certificate Status Protocol Response useful in determining the current status of a digital certificate without requiring Certificate Revocation Lists. | |||||
PdfPasswordEncryption | Stores encryption-related information for a PDF’s standard security handler that shall allow up to two passwords to be specified for a document: a DocumentOpenPassword and a PermissionsPassword with access Permissions. | |||||
PdfPkcs11DigitalId | Represents a digital ID that is stored on a cryptographic device accessible through PKCS#11 application programming interface called "Cryptoki". | |||||
PdfPkcs11Module | Represents a cryptographic device that stores cryptographic information and possibly performs cryptographic functions accessible through PKCS#11 application programming interface called "Cryptoki". Cryptographic device may be implemented as a smart card, smart disk, PCMCIA card, or with some other technology, including software-only.
| |||||
PdfPkcs11Token | Represents the logical view of a cryptographic device defined by Cryptoki. Various objects can be stored on a token. These include data, certificates and keys. Stored objects can be accessed and cryptographic functions performed only after the session (a logical connection between an application and a token) is opened. | |||||
PdfRSASignaturePadding | Represents the padding to use with RSA signature. | |||||
PdfTimestamper | Represents a timestamper that gets the TimeStampToken as specified in RFC 3161 as updated by RFC 5816. The value of the messageImprint field within the TimeStampToken shall be a hash of either:
|
Structure | Description | |
---|---|---|
PdfEncryptionLevel | Represents a symmetric encryption algorithm used in a PDF file and the length of the encryption key used in that algorithm. |
Enumeration | Description | |
---|---|---|
PdfEncryptionAlgorithm | Represents an encryption algorithm used in a PDF file. | |
PdfEncryptionOptions | Represents options for PDF file password-based encryption. | |
PdfHashAlgorithm | Represents a hash algorithm used in SautinSoft.Pdf cryptographic operations. | |
PdfUserAccessPermissions | Represents user access permissions. |