Home
last modified time | relevance | path

Searched refs:encryptionDictionary (Results 1 – 3 of 3) sorted by relevance

/dports/textproc/fop/fop-2.6/fop-core/src/main/java/org/apache/fop/pdf/
H A DPDFEncryptionJCE.java51 private String encryptionDictionary; field in PDFEncryptionJCE
85 encryptionDictionary = createEncryptionDictionary(permissions, initializationEngine); in init()
737 assert encryptionDictionary != null; in toPDF()
738 return encode(this.encryptionDictionary); in toPDF()
/dports/textproc/fop/fop-2.6/fop-core/src/test/java/org/apache/fop/pdf/
H A DPDFEncryptionJCETestCase.java229 byte[] encryptionDictionary = encryptionObject.toPDF(); in test()
230 RegexTestedCharSequence dictionary = new RegexTestedCharSequence(encryptionDictionary); in test()
/dports/editors/texmacs/TeXmacs-1.99.4-src/src/Plugins/Pdf/PDFWriter/
H A DPDFParser.cpp2031 …PDFObjectCastPtr<PDFDictionary> encryptionDictionary(QueryDictionaryObject(mTrailer.GetPtr(),"Encr… in IsEncrypted() local
2032 return encryptionDictionary.GetPtr() != NULL ; in IsEncrypted()