Enum OperationEncrypt.ContentEncryptionEnum

  • All Implemented Interfaces:
    Serializable, Comparable<OperationEncrypt.ContentEncryptionEnum>
    Enclosing class:
    OperationEncrypt

    public static enum OperationEncrypt.ContentEncryptionEnum
    extends Enum<OperationEncrypt.ContentEncryptionEnum>
    Specifies whether certain contents should be treated differently than others during encryption. * encryptEverything = All contents of the document are encrypted without distinction (if provided by the standard). * exposeMetadata = The document's metadata is left unencrypted to make it discoverable by processing programs. (Has an effect only for 128 bit and 256 bit AES).