Uses of Enum Class
org.apache.poi.poifs.crypt.CipherProvider
Packages that use CipherProvider
Package
Description
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 CipherProviderMethods in org.apache.poi.poifs.crypt that return CipherProviderModifier and TypeMethodDescriptionstatic CipherProvider
CipherProvider.fromEcmaId
(int ecmaId) EncryptionHeader.getCipherProvider()
static CipherProvider
Returns the enum constant of this class with the specified name.static CipherProvider[]
CipherProvider.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.poi.poifs.crypt with parameters of type CipherProviderModifier and TypeMethodDescriptionprotected void
EncryptionHeader.setCipherProvider
(CipherProvider providerType)