public class EncryptionInfo extends Object
| Constructor and Description |
|---|
EncryptionInfo(DirectoryNode dir) |
EncryptionInfo(NPOIFSFileSystem fs) |
EncryptionInfo(POIFSFileSystem fs) |
| Modifier and Type | Method and Description |
|---|---|
int |
getEncryptionFlags() |
EncryptionHeader |
getHeader() |
EncryptionVerifier |
getVerifier() |
int |
getVersionMajor() |
int |
getVersionMinor() |
public EncryptionInfo(POIFSFileSystem fs) throws IOException
IOExceptionpublic EncryptionInfo(NPOIFSFileSystem fs) throws IOException
IOExceptionpublic EncryptionInfo(DirectoryNode dir) throws IOException
IOExceptionpublic int getVersionMajor()
public int getVersionMinor()
public int getEncryptionFlags()
public EncryptionHeader getHeader()
public EncryptionVerifier getVerifier()
Copyright © 2020. All rights reserved.