public static final class Configuration.Encryption
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static Configuration.Encryption |
NONE
Indicates that the document will not be encrypted.
|
static Configuration.Encryption |
TYPE_128
Indicates that the document will be encrypted using RC4 128 bit encryption.
|
static Configuration.Encryption |
TYPE_40
Indicates that the document will be encrypted using RC4 40 bit encryption.
|
Modifier and Type | Method and Description |
---|---|
static Configuration.Encryption |
valueOf(java.lang.String name) |
static Configuration.Encryption[] |
values() |
public static final Configuration.Encryption NONE
public static final Configuration.Encryption TYPE_128
public static final Configuration.Encryption TYPE_40
public static Configuration.Encryption[] values()
public static Configuration.Encryption valueOf(java.lang.String name)
This doc was generated on 2018-08-13. Copyright © 2002-2018 RealObjects GmbH. All Rights Reserved.