SecureBlackbox 2020 Python Edition

Questions / Feedback?

PDFEncryptor Class

Properties   Methods   Events   Configuration Settings   Errors  

The PDFEncryptor class encrypts PDF documents.

Syntax

class secureblackbox.PDFEncryptor

Remarks

PDFEncryptor encrypts PDF documents with passwords or certificates.

Property List


The following is the full list of the properties of the class with short descriptions. Click on the links for further details.

encryption_algorithmThe encryption algorithm to encrypt the document with.
encryption_certificate_bytesReturns raw certificate data in DER format.
encryption_certificate_caIndicates whether the certificate has a CA capability (a setting in BasicConstraints extension).
encryption_certificate_ca_key_idA unique identifier (fingerprint) of the CA certificate's private key.
encryption_certificate_crl_distribution_pointsLocations of the CRL (Certificate Revocation List) distribution points used to check this certificate's validity.
encryption_certificate_curveSpecifies the elliptic curve of the EC public key.
encryption_certificate_fingerprintContains the fingerprint (a hash imprint) of this certificate.
encryption_certificate_friendly_nameContains an associated alias (friendly name) of the certificate.
encryption_certificate_handleAllows to get or set a 'handle', a unique identifier of the underlying property object.
encryption_certificate_hash_algorithmSpecifies the hash algorithm to be used in the operations on the certificate (such as key signing) SB_HASH_ALGORITHM_SHA1 SHA1 SB_HASH_ALGORITHM_SHA224 SHA224 SB_HASH_ALGORITHM_SHA256 SHA256 SB_HASH_ALGORITHM_SHA384 SHA384 SB_HASH_ALGORITHM_SHA512 SHA512 SB_HASH_ALGORITHM_MD2 MD2 SB_HASH_ALGORITHM_MD4 MD4 SB_HASH_ALGORITHM_MD5 MD5 SB_HASH_ALGORITHM_RIPEMD160 RIPEMD160 SB_HASH_ALGORITHM_CRC32 CRC32 SB_HASH_ALGORITHM_SSL3 SSL3 SB_HASH_ALGORITHM_GOST_R3411_1994 GOST1994 SB_HASH_ALGORITHM_WHIRLPOOL WHIRLPOOL SB_HASH_ALGORITHM_POLY1305 POLY1305 SB_HASH_ALGORITHM_SHA3_224 SHA3_224 SB_HASH_ALGORITHM_SHA3_256 SHA3_256 SB_HASH_ALGORITHM_SHA3_384 SHA3_384 SB_HASH_ALGORITHM_SHA3_512 SHA3_512 SB_HASH_ALGORITHM_BLAKE2S_128 BLAKE2S_128 SB_HASH_ALGORITHM_BLAKE2S_160 BLAKE2S_160 SB_HASH_ALGORITHM_BLAKE2S_224 BLAKE2S_224 SB_HASH_ALGORITHM_BLAKE2S_256 BLAKE2S_256 SB_HASH_ALGORITHM_BLAKE2B_160 BLAKE2B_160 SB_HASH_ALGORITHM_BLAKE2B_256 BLAKE2B_256 SB_HASH_ALGORITHM_BLAKE2B_384 BLAKE2B_384 SB_HASH_ALGORITHM_BLAKE2B_512 BLAKE2B_512 SB_HASH_ALGORITHM_SHAKE_128 SHAKE_128 SB_HASH_ALGORITHM_SHAKE_256 SHAKE_256 SB_HASH_ALGORITHM_SHAKE_128_LEN SHAKE_128_LEN SB_HASH_ALGORITHM_SHAKE_256_LEN SHAKE_256_LEN .
encryption_certificate_issuerThe common name of the certificate issuer (CA), typically a company name.
encryption_certificate_issuer_rdnA collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate issuer.
encryption_certificate_key_algorithmSpecifies the public key algorithm of this certificate.
encryption_certificate_key_bitsReturns the length of the public key.
encryption_certificate_key_fingerprintReturns a fingerprint of the public key contained in the certificate.
encryption_certificate_key_usageIndicates the purposes of the key contained in the certificate, in the form of an OR'ed flag set.
encryption_certificate_key_validReturns True if the certificate's key is cryptographically valid, and False otherwise.
encryption_certificate_ocsp_locationsLocations of OCSP (Online Certificate Status Protocol) services that can be used to check this certificate's validity, as recorded by the CA.
encryption_certificate_originReturns the origin of this certificate.
encryption_certificate_policy_i_dsContains identifiers (OIDs) of the applicable certificate policies.
encryption_certificate_private_key_bytesContains the certificate's private key.
encryption_certificate_private_key_existsIndicates whether the certificate has an associated private key.
encryption_certificate_private_key_extractableIndicates whether the private key is extractable.
encryption_certificate_public_key_bytesContains the certificate's public key in DER format.
encryption_certificate_self_signedIndicates whether the certificate is self-signed (root) or signed by an external CA.
encryption_certificate_serial_numberReturns the certificate's serial number.
encryption_certificate_sig_algorithmIndicates the algorithm that was used by the CA to sign this certificate.
encryption_certificate_subjectThe common name of the certificate holder, typically an individual's name, a URL, an e-mail address, or a company name.
encryption_certificate_subject_key_idContains a unique identifier (fingerprint) of the certificate's private key.
encryption_certificate_subject_rdnA collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate holder (subject).
encryption_certificate_valid_fromThe time point at which the certificate becomes valid, in UTC.
encryption_certificate_valid_toThe time point at which the certificate expires, in UTC.
encryption_cert_countThe number of records in the EncryptionCert arrays.
encryption_cert_bytesReturns raw certificate data in DER format.
encryption_cert_caIndicates whether the certificate has a CA capability (a setting in BasicConstraints extension).
encryption_cert_ca_key_idA unique identifier (fingerprint) of the CA certificate's private key.
encryption_cert_crl_distribution_pointsLocations of the CRL (Certificate Revocation List) distribution points used to check this certificate's validity.
encryption_cert_curveSpecifies the elliptic curve of the EC public key.
encryption_cert_fingerprintContains the fingerprint (a hash imprint) of this certificate.
encryption_cert_friendly_nameContains an associated alias (friendly name) of the certificate.
encryption_cert_handleAllows to get or set a 'handle', a unique identifier of the underlying property object.
encryption_cert_hash_algorithmSpecifies the hash algorithm to be used in the operations on the certificate (such as key signing) SB_HASH_ALGORITHM_SHA1 SHA1 SB_HASH_ALGORITHM_SHA224 SHA224 SB_HASH_ALGORITHM_SHA256 SHA256 SB_HASH_ALGORITHM_SHA384 SHA384 SB_HASH_ALGORITHM_SHA512 SHA512 SB_HASH_ALGORITHM_MD2 MD2 SB_HASH_ALGORITHM_MD4 MD4 SB_HASH_ALGORITHM_MD5 MD5 SB_HASH_ALGORITHM_RIPEMD160 RIPEMD160 SB_HASH_ALGORITHM_CRC32 CRC32 SB_HASH_ALGORITHM_SSL3 SSL3 SB_HASH_ALGORITHM_GOST_R3411_1994 GOST1994 SB_HASH_ALGORITHM_WHIRLPOOL WHIRLPOOL SB_HASH_ALGORITHM_POLY1305 POLY1305 SB_HASH_ALGORITHM_SHA3_224 SHA3_224 SB_HASH_ALGORITHM_SHA3_256 SHA3_256 SB_HASH_ALGORITHM_SHA3_384 SHA3_384 SB_HASH_ALGORITHM_SHA3_512 SHA3_512 SB_HASH_ALGORITHM_BLAKE2S_128 BLAKE2S_128 SB_HASH_ALGORITHM_BLAKE2S_160 BLAKE2S_160 SB_HASH_ALGORITHM_BLAKE2S_224 BLAKE2S_224 SB_HASH_ALGORITHM_BLAKE2S_256 BLAKE2S_256 SB_HASH_ALGORITHM_BLAKE2B_160 BLAKE2B_160 SB_HASH_ALGORITHM_BLAKE2B_256 BLAKE2B_256 SB_HASH_ALGORITHM_BLAKE2B_384 BLAKE2B_384 SB_HASH_ALGORITHM_BLAKE2B_512 BLAKE2B_512 SB_HASH_ALGORITHM_SHAKE_128 SHAKE_128 SB_HASH_ALGORITHM_SHAKE_256 SHAKE_256 SB_HASH_ALGORITHM_SHAKE_128_LEN SHAKE_128_LEN SB_HASH_ALGORITHM_SHAKE_256_LEN SHAKE_256_LEN .
encryption_cert_issuerThe common name of the certificate issuer (CA), typically a company name.
encryption_cert_issuer_rdnA collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate issuer.
encryption_cert_key_algorithmSpecifies the public key algorithm of this certificate.
encryption_cert_key_bitsReturns the length of the public key.
encryption_cert_key_fingerprintReturns a fingerprint of the public key contained in the certificate.
encryption_cert_key_usageIndicates the purposes of the key contained in the certificate, in the form of an OR'ed flag set.
encryption_cert_key_validReturns True if the certificate's key is cryptographically valid, and False otherwise.
encryption_cert_ocsp_locationsLocations of OCSP (Online Certificate Status Protocol) services that can be used to check this certificate's validity, as recorded by the CA.
encryption_cert_originReturns the origin of this certificate.
encryption_cert_policy_i_dsContains identifiers (OIDs) of the applicable certificate policies.
encryption_cert_private_key_bytesContains the certificate's private key.
encryption_cert_private_key_existsIndicates whether the certificate has an associated private key.
encryption_cert_private_key_extractableIndicates whether the private key is extractable.
encryption_cert_public_key_bytesContains the certificate's public key in DER format.
encryption_cert_self_signedIndicates whether the certificate is self-signed (root) or signed by an external CA.
encryption_cert_serial_numberReturns the certificate's serial number.
encryption_cert_sig_algorithmIndicates the algorithm that was used by the CA to sign this certificate.
encryption_cert_subjectThe common name of the certificate holder, typically an individual's name, a URL, an e-mail address, or a company name.
encryption_cert_subject_key_idContains a unique identifier (fingerprint) of the certificate's private key.
encryption_cert_subject_rdnA collection of information, in the form of [OID, Value] pairs, uniquely identifying the certificate holder (subject).
encryption_cert_valid_fromThe time point at which the certificate becomes valid, in UTC.
encryption_cert_valid_toThe time point at which the certificate expires, in UTC.
encryption_typeThe encryption type.
encrypt_metadataSpecifies whether to encrypt the document metadata.
input_bytesUse this property to pass the input to class in the byte array form.
input_fileThe PDF file to be encrypted.
output_bytesUse this property to read the output the class object has produced.
output_fileThe file to save the encrypted document to.
owner_passwordThe owner password.
perms_annotationsIndicates whether the viewer may add annotations to the document.
perms_assembleIndicates if the viewer may assemble a new document on the basis of the encrypted one.
perms_extractIndicates if the user may extract (copy) pictures and text from the encrypted document.
perms_extract_accIndicates if the user may extract pictures/text from the document for accessibility purposes.
perms_fill_in_formsIndicates if the user may fill in forms in the document.
perms_high_quality_printIndicates if the document may be printed in high quality.
perms_low_quality_printIndicates if the document may be printed in low quality.
perms_modifyIndicates if the document may be modified.
user_passwordThe user password.

Method List


The following is the full list of the methods of the class with short descriptions. Click on the links for further details.

configSets or retrieves a configuration setting.
encryptEncrypts the PDF document.

Event List


The following is the full list of the events fired by the class with short descriptions. Click on the links for further details.

on_errorInformation about errors during encryption.
on_notificationThis event notifies the application about an underlying control flow event.

Configuration Settings


The following is a list of configuration settings for the class with short descriptions. Click on the links for further details.

EncryptionHandlerNameSpecifies the custom security handler PDF-name.
HardenedKeyGenerationSpecifies if hardened Key generation should be used.
RC4KeyBitsSpecifies the number of key bits used for RC4 algorithm.
TempPathLocation where the temporary files are stored.
CheckKeyIntegrityBeforeUseEnables or disable private key integrity check before use.
CookieCachingSpecifies whether a cookie cache should be used for HTTP(S) transports.
CookiesGets or sets local cookies for the class (supported for HTTPClient, RESTClient and SOAPClient only).
DefDeriveKeyIterationsSpecifies the default key derivation algorithm iteration count.
EnableClientSideSSLFFDHEEnables or disables finite field DHE key exchange support in TLS clients.
GlobalCookiesGets or sets global cookies for all the HTTP transports.
HttpUserAgentSpecifies the user agent name to be used by all HTTP clients.
LogDestinationSpecifies the debug log destination.
LogDetailsSpecifies the debug log details to dump.
LogFileSpecifies the debug log filename.
LogFiltersSpecifies the debug log filters.
LogFlushModeSpecifies the log flush mode.
LogLevelSpecifies the debug log level.
LogMaxEventCountSpecifies the maximum number of events to cache before further action is taken.
LogRotationModeSpecifies the log rotation mode.
MaxASN1BufferLengthSpecifies the maximal allowed length for ASN.1 primitive tag data.
MaxASN1TreeDepthSpecifies the maximal depth for processed ASN.1 trees.
OCSPHashAlgorithmSpecifies the hash algorithm to be used to identify certificates in OCSP requests.
UseOwnDNSResolverSpecifies whether the client classes should use own DNS resolver.
UseSharedSystemStoragesSpecifies whether the validation engine should use a global per-process copy of the system certificate stores.
UseSystemOAEPAndPSSEnforces or disables the use of system-driven RSA OAEP and PSS computations.
UseSystemRandomEnables or disables the use of the OS PRNG.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Python Edition - Version 20.0 [Build 8154]