Uses of Class
org.apache.poi.poifs.crypt.CipherProvider

Packages that use CipherProvider
org.apache.poi.poifs.crypt Implementation of the ECMA-376 Document Encryption 
 

Uses of CipherProvider in org.apache.poi.poifs.crypt
 

Fields in org.apache.poi.poifs.crypt declared as CipherProvider
 CipherProvider CipherAlgorithm.provider
           
 

Methods in org.apache.poi.poifs.crypt that return CipherProvider
static CipherProvider CipherProvider.fromEcmaId(int ecmaId)
           
 CipherProvider EncryptionHeader.getCipherProvider()
           
static CipherProvider CipherProvider.valueOf(java.lang.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
protected  void EncryptionHeader.setCipherProvider(CipherProvider providerType)
           
 



Copyright 2017 The Apache Software Foundation or its licensors, as applicable.