Uses of Class
org.apache.poi.poifs.crypt.CipherProvider
-
Packages that use CipherProvider Package Description org.apache.poi.poifs.crypt Implementation of the ECMA-376 and MS-propritary document encryptions -
-
Uses of CipherProvider in org.apache.poi.poifs.crypt
Fields in org.apache.poi.poifs.crypt declared as CipherProvider Modifier and Type Field Description CipherProvider
CipherAlgorithm. provider
Methods in org.apache.poi.poifs.crypt that return CipherProvider Modifier and Type Method Description static CipherProvider
CipherProvider. fromEcmaId(int ecmaId)
CipherProvider
EncryptionHeader. getCipherProvider()
static CipherProvider
CipherProvider. valueOf(String name)
Returns the enum constant of this type with the specified name.static CipherProvider[]
CipherProvider. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.poi.poifs.crypt with parameters of type CipherProvider Modifier and Type Method Description void
EncryptionHeader. setCipherProvider(CipherProvider providerType)
-