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

Packages that use DocumentEncryptionAtom
org.apache.poi.hslf.usermodel   
 

Uses of DocumentEncryptionAtom in org.apache.poi.hslf.usermodel
 

Methods in org.apache.poi.hslf.usermodel that return DocumentEncryptionAtom
 DocumentEncryptionAtom HSLFSlideShowImpl.getDocumentEncryptionAtom()
           
 DocumentEncryptionAtom HSLFSlideShowEncrypted.getDocumentEncryptionAtom()
           
 

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

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



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