| java.lang.Object org.apache.poi.hslf.EncryptedSlideShow
EncryptedSlideShow | public class EncryptedSlideShow (Code) | | This class provides helper functions for determining if a
PowerPoint document is Encrypted.
In future, it may also provide Encryption and Decryption
functions, but first we'd need to figure out how
PowerPoint encryption is really done!
author: Nick Burch |
checkIfEncrypted | public static boolean checkIfEncrypted(HSLFSlideShow hss)(Code) | | Check to see if a HSLFSlideShow represents an encrypted
PowerPoint document, or not
Parameters: hss - The HSLFSlideShow to check true if encrypted, otherwise false |
fetchDocumentEncryptionAtom | public static DocumentEncryptionAtom fetchDocumentEncryptionAtom(HSLFSlideShow hss)(Code) | | Return the DocumentEncryptionAtom for a HSLFSlideShow, or
null if there isn't one.
a DocumentEncryptionAtom, or null if there isn't one |
|
|