public static final class Configuration.Encryption extends Enum
An enum containing encryption constants.
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
Indicates that the document will not be encrypted. If encryption is disabled then no user password and no owner password can be used.
public static final Configuration.Encryption TYPE_128
Indicates that the document will be encrypted using RC4 128 bit encryption. For normal purposes this value should be used.
public static final Configuration.Encryption TYPE_40
Indicates that the document will be encrypted using RC4 40 bit encryption.
public static Configuration.Encryption[] values()
public static Configuration.Encryption valueOf(String name)
This doc was generated on 2020-09-17. Copyright © 2002-2020 RealObjects GmbH. All Rights Reserved.