public static final class Configuration.Encryption extends 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(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(String name)
This doc was generated on 2017-05-17. Copyright © 2002-2017 RealObjects GmbH. All Rights Reserved.