EncryptionSettings Constructors
Base implementation of the DocumentEncryption interface.| Name | Parameters | Description |
|---|---|---|
| EncryptionSettings() | none | Initializes a new EncryptionSettings instance with default settings. |
| EncryptionSettings(String, EncryptionType) | password, type | Initializes a new EncryptionSettings instance with specified settings. |
| EncryptionSettings(String) | password | Initializes a new EncryptionSettings instance with specified settings. |
See Also