pdf-association/arlington-pdf-model

Invalid special case for Name in FilterCrypt

MaximPlusov opened this issue · 0 comments

Special case for Name in FilterCrypt is currently fn:InKeyMap(trailer::Encrypt::CF)

ISO 32000-2, table 14: The name shall correspond to an entry in the CF entryof the encryption dictionary (see "Table 20 — Entries common to all encryption dictionaries") or one of the standard crypt filters (see "Table 26 — Standard crypt filter names")

So maybe special case should be fn:Eval(fn:InKeyMap(trailer::Encrypt::CF) || @Name == Identity)