Uses of Class
org.apache.poi.poifs.crypt.EncryptionVerifier
-
Packages that use EncryptionVerifier 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 EncryptionVerifier in org.apache.poi.poifs.crypt
Methods in org.apache.poi.poifs.crypt that return EncryptionVerifier Modifier and Type Method Description abstract EncryptionVerifier
EncryptionVerifier. copy()
EncryptionVerifier
EncryptionInfo. getVerifier()
Methods in org.apache.poi.poifs.crypt with parameters of type EncryptionVerifier Modifier and Type Method Description void
EncryptionInfo. setVerifier(EncryptionVerifier verifier)
Constructors in org.apache.poi.poifs.crypt with parameters of type EncryptionVerifier Constructor Description EncryptionVerifier(EncryptionVerifier other)
-
Uses of EncryptionVerifier in org.apache.poi.poifs.crypt.agile
Subclasses of EncryptionVerifier in org.apache.poi.poifs.crypt.agile Modifier and Type Class Description class
AgileEncryptionVerifier
Used when checking if a key is valid for a document -
Uses of EncryptionVerifier in org.apache.poi.poifs.crypt.binaryrc4
Subclasses of EncryptionVerifier in org.apache.poi.poifs.crypt.binaryrc4 Modifier and Type Class Description class
BinaryRC4EncryptionVerifier
Methods in org.apache.poi.poifs.crypt.binaryrc4 with parameters of type EncryptionVerifier Modifier and Type Method Description protected static SecretKey
BinaryRC4Decryptor. generateSecretKey(String password, EncryptionVerifier ver)
-
Uses of EncryptionVerifier in org.apache.poi.poifs.crypt.cryptoapi
Subclasses of EncryptionVerifier in org.apache.poi.poifs.crypt.cryptoapi Modifier and Type Class Description class
CryptoAPIEncryptionVerifier
Methods in org.apache.poi.poifs.crypt.cryptoapi with parameters of type EncryptionVerifier Modifier and Type Method Description protected static SecretKey
CryptoAPIDecryptor. generateSecretKey(String password, EncryptionVerifier ver)
-
Uses of EncryptionVerifier in org.apache.poi.poifs.crypt.standard
Subclasses of EncryptionVerifier in org.apache.poi.poifs.crypt.standard Modifier and Type Class Description class
StandardEncryptionVerifier
Used when checking if a key is valid for a documentMethods in org.apache.poi.poifs.crypt.standard with parameters of type EncryptionVerifier Modifier and Type Method Description protected static SecretKey
StandardDecryptor. generateSecretKey(String password, EncryptionVerifier ver, int keySize)
-
Uses of EncryptionVerifier in org.apache.poi.poifs.crypt.xor
Subclasses of EncryptionVerifier in org.apache.poi.poifs.crypt.xor Modifier and Type Class Description class
XOREncryptionVerifier
-