Uses of Class
org.apache.poi.hslf.record.DocumentEncryptionAtom
-
Packages that use DocumentEncryptionAtom Package Description org.apache.poi.hslf.usermodel -
-
Uses of DocumentEncryptionAtom in org.apache.poi.hslf.usermodel
Methods in org.apache.poi.hslf.usermodel that return DocumentEncryptionAtom Modifier and Type Method Description DocumentEncryptionAtom
HSLFSlideShowEncrypted. getDocumentEncryptionAtom()
DocumentEncryptionAtom
HSLFSlideShowImpl. getDocumentEncryptionAtom()
Methods in org.apache.poi.hslf.usermodel with parameters of type DocumentEncryptionAtom Modifier and Type Method Description protected static Record[]
HSLFSlideShowEncrypted. addEncryptionRecord(Record[] records, DocumentEncryptionAtom dea)
Constructors in org.apache.poi.hslf.usermodel with parameters of type DocumentEncryptionAtom Constructor Description HSLFSlideShowEncrypted(DocumentEncryptionAtom dea)
-