Uses of Class
org.apache.poi.hslf.record.DocumentEncryptionAtom

Packages that use DocumentEncryptionAtom
org.apache.poi.hslf   
 

Uses of DocumentEncryptionAtom in org.apache.poi.hslf
 

Methods in org.apache.poi.hslf that return DocumentEncryptionAtom
 DocumentEncryptionAtom HSLFSlideShow.getDocumentEncryptionAtom()
           
 DocumentEncryptionAtom EncryptedSlideShow.getDocumentEncryptionAtom()
           
 

Methods in org.apache.poi.hslf with parameters of type DocumentEncryptionAtom
protected static Record[] EncryptedSlideShow.addEncryptionRecord(Record[] records, DocumentEncryptionAtom dea)
           
 

Constructors in org.apache.poi.hslf with parameters of type DocumentEncryptionAtom
EncryptedSlideShow(DocumentEncryptionAtom dea)
           
 



Copyright 2015 The Apache Software Foundation or its licensors, as applicable.