File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ You also need an X.509 certificates related to your stored keys. To create a sel
1313or to create a CSR for the certificate authority of your choice, you can use a tool we prepared
1414[ here] ( https://github.com/Setasign/Cloud-KMS-CSR ) .
1515
16- The package is developed and tested on PHP >= 5.6 . Requirements of the [ SetaPDF-Signer] ( https://www.setasign.com/signer )
16+ The package is developed and tested on PHP >= 7.1 . Requirements of the [ SetaPDF-Signer] ( https://www.setasign.com/signer )
1717component can be found [ here] ( https://manuals.setasign.com/setapdf-signer-manual/getting-started/#index-1 ) .
1818
1919## Installation
Original file line number Diff line number Diff line change 1212use Google \Cloud \Kms \V1 \KeyManagementServiceClient ;
1313use Google \Cloud \Kms \V1 \Digest as KmsDigest ;
1414use SetaPDF_Core_Reader_FilePath ;
15- use SetaPDF_Core_Type_Dictionary ;
16- use SetaPDF_Core_Document as Document ;
1715use SetaPDF_Signer_Asn1_Element as Asn1Element ;
1816use SetaPDF_Signer_Asn1_Oid as Asn1Oid ;
1917use SetaPDF_Signer_Digest as Digest ;
20- use SetaPDF_Signer_Exception ;
2118use SetaPDF_Signer_Signature_DictionaryInterface ;
2219use SetaPDF_Signer_Signature_DocumentInterface ;
2320use SetaPDF_Signer_Signature_Module_ModuleInterface ;
You can’t perform that action at this time.
0 commit comments