|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||