Method: PDF::Core::DocumentState#encryption_key

Defined in:
lib/pdf/core/document_state.rb

#encryption_keyString?

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.

Encryption key

Returns:

  • (String, nil)


75
76
77
# File 'lib/pdf/core/document_state.rb', line 75

def encryption_key
  @encryption_key
end