Method: HexaPDF::Encryption::StandardSecurityHandler::EncryptionOptions#user_password
- Defined in:
- lib/hexapdf/encryption/standard_security_handler.rb
#user_password ⇒ Object
The user password. If this attribute is not specified but the virtual password attribute is, then the latter is used.
193 194 195 |
# File 'lib/hexapdf/encryption/standard_security_handler.rb', line 193 def user_password @user_password end |