Uses of Class
org.apache.poi.poifs.crypt.Decryptor
-
Packages that use Decryptor 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 Decryptor in org.apache.poi.poifs.crypt
Methods in org.apache.poi.poifs.crypt that return Decryptor Modifier and Type Method Description abstract Decryptor
Decryptor. copy()
Decryptor
EncryptionInfo. getDecryptor()
static Decryptor
Decryptor. getInstance(EncryptionInfo info)
Methods in org.apache.poi.poifs.crypt with parameters of type Decryptor Modifier and Type Method Description void
EncryptionInfo. setDecryptor(Decryptor decryptor)
Constructors in org.apache.poi.poifs.crypt with parameters of type Decryptor Constructor Description Decryptor(Decryptor other)
-
Uses of Decryptor in org.apache.poi.poifs.crypt.agile
Subclasses of Decryptor in org.apache.poi.poifs.crypt.agile Modifier and Type Class Description class
AgileDecryptor
Decryptor implementation for Agile Encryption -
Uses of Decryptor in org.apache.poi.poifs.crypt.binaryrc4
Subclasses of Decryptor in org.apache.poi.poifs.crypt.binaryrc4 Modifier and Type Class Description class
BinaryRC4Decryptor
-
Uses of Decryptor in org.apache.poi.poifs.crypt.cryptoapi
Subclasses of Decryptor in org.apache.poi.poifs.crypt.cryptoapi Modifier and Type Class Description class
CryptoAPIDecryptor
-
Uses of Decryptor in org.apache.poi.poifs.crypt.standard
Subclasses of Decryptor in org.apache.poi.poifs.crypt.standard Modifier and Type Class Description class
StandardDecryptor
-
Uses of Decryptor in org.apache.poi.poifs.crypt.xor
Subclasses of Decryptor in org.apache.poi.poifs.crypt.xor Modifier and Type Class Description class
XORDecryptor
-