Namespace EasyXLS.Constants
Class Encrypt
System.Object
EasyXLS.Constants.Encrypt
public class Encrypt
extends System.Object
This class contains the constants for available encryption types.
-
Constant Summary
Modifier and TypeFieldDescriptionconst int
A constant indicating that no encryption is set for the document.const int
A constant indicating the encryption type that is Office 97/2000 compatible.const int
A constant indicating the weak encryption (XOR). -
Constructor Summary
-
Method Summary
Methods inherited from class System.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
ENCRYPTION_NONE
public const final int ENCRYPTION_NONEA constant indicating that no encryption is set for the document. Embedded value is "0".- See Also:
- Constant Values
-
ENCRYPTION_WEAK_XOR
public const final int ENCRYPTION_WEAK_XORA constant indicating the weak encryption (XOR). Available only for Office 97-2000 documents. Embedded value is "1".- See Also:
- Constant Values
-
ENCRYPTION_OFFICE_97_2000_COMPATIBLE
public const final int ENCRYPTION_OFFICE_97_2000_COMPATIBLEA constant indicating the encryption type that is Office 97/2000 compatible. Available only for Office 97-2000 documents. Embedded value is "2".- See Also:
- Constant Values
-
-
Constructor Details
-
Encrypt
public Encrypt()
-