public class EncryptionInfo
extends java.lang.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 java.io.IOException
java.io.IOException
public EncryptionInfo(NPOIFSFileSystem fs) throws java.io.IOException
java.io.IOException
public EncryptionInfo(DirectoryNode dir) throws java.io.IOException
java.io.IOException
public int getVersionMajor()
public int getVersionMinor()
public int getEncryptionFlags()
public EncryptionHeader getHeader()
public EncryptionVerifier getVerifier()
Copyright 2013 The Apache Software Foundation or its licensors, as applicable.