class PDF::Reader::AesV3SecurityHandler

def initialize(key)

def initialize(key)
  @encrypt_key = key
  @cipher = "AES-256-CBC"
end