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
IOException
public EncryptionInfo(NPOIFSFileSystem fs) throws IOException
IOException
public EncryptionInfo(DirectoryNode dir) throws IOException
IOException
public int getVersionMajor()
public int getVersionMinor()
public int getEncryptionFlags()
public EncryptionHeader getHeader()
public EncryptionVerifier getVerifier()
Copyright © 2020. All rights reserved.