Uses of Class
org.apache.poi.poifs.crypt.EncryptionHeader
-
Packages that use EncryptionHeader Package Description org.apache.poi.poifs.crypt Implementation of the ECMA-376 and MS-propritary document encryptionsorg.apache.poi.poifs.crypt.agile org.apache.poi.poifs.crypt.binaryrc4 org.apache.poi.poifs.crypt.cryptoapi org.apache.poi.poifs.crypt.standard org.apache.poi.poifs.crypt.xor -
-
Uses of EncryptionHeader in org.apache.poi.poifs.crypt
Methods in org.apache.poi.poifs.crypt that return EncryptionHeader Modifier and Type Method Description abstract EncryptionHeader
EncryptionHeader. copy()
EncryptionHeader
EncryptionInfo. getHeader()
Methods in org.apache.poi.poifs.crypt with parameters of type EncryptionHeader Modifier and Type Method Description void
EncryptionInfo. setHeader(EncryptionHeader header)
Constructors in org.apache.poi.poifs.crypt with parameters of type EncryptionHeader Constructor Description EncryptionHeader(EncryptionHeader other)
-
Uses of EncryptionHeader in org.apache.poi.poifs.crypt.agile
Subclasses of EncryptionHeader in org.apache.poi.poifs.crypt.agile Modifier and Type Class Description class
AgileEncryptionHeader
-
Uses of EncryptionHeader in org.apache.poi.poifs.crypt.binaryrc4
Subclasses of EncryptionHeader in org.apache.poi.poifs.crypt.binaryrc4 Modifier and Type Class Description class
BinaryRC4EncryptionHeader
-
Uses of EncryptionHeader in org.apache.poi.poifs.crypt.cryptoapi
Subclasses of EncryptionHeader in org.apache.poi.poifs.crypt.cryptoapi Modifier and Type Class Description class
CryptoAPIEncryptionHeader
-
Uses of EncryptionHeader in org.apache.poi.poifs.crypt.standard
Subclasses of EncryptionHeader in org.apache.poi.poifs.crypt.standard Modifier and Type Class Description class
StandardEncryptionHeader
-
Uses of EncryptionHeader in org.apache.poi.poifs.crypt.xor
Subclasses of EncryptionHeader in org.apache.poi.poifs.crypt.xor Modifier and Type Class Description class
XOREncryptionHeader
-