PDF Step pdfVerifyEncryptionStrength
Description
This step verifies the encryption strength of an encrypted PDF document.
Parameters
- strength
- Required? yes
- The numeric value required to match the encryption strength.
- description
- Required? no
- The description of this test step.
Details
pdfVerifyEncryptionStrength
<webtest name="pdftest - verify encryption strength">
<config .../>
<steps>
<invoke .../>
<pdfVerifyEncryptionStrength description="Encryption strength"
strength="40"/>
...
</steps>
</webtest>
<config .../>
<steps>
<invoke .../>
<pdfVerifyEncryptionStrength description="Encryption strength"
strength="40"/>
...
</steps>
</webtest>