Constant comments TBD
Namespace:
FileNet.Api.Constants
Assembly:
FileNet.Api (in FileNet.Api.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Enumeration EncryptionMethod |
| C# |
|---|
public enum EncryptionMethod |
| Visual C++ |
|---|
public enum class EncryptionMethod |
| JavaScript |
|---|
FileNet.Api.Constants.EncryptionMethod = function(); FileNet.Api.Constants.EncryptionMethod.createEnum('FileNet.Api.Constants.EncryptionMethod', false); |
Members
| Type | Member name | Description |
|---|---|---|
| AES_CTR_256 |
Specifies that content should be encrypted using the AES algorithm
in counter mode with 256 bit key.
| |
| AES_GCM_256 | ||
| NONE |
Specifies that content encryption is disabled.
| |
| AES_CTR_128 |
Specifies that content should be encrypted using the AES algorithm
in counter mode with 128 bit key.
| |
| SM4_CTR_128 |
Specifies that content should be encrypted using the SM4 algorithm
in counter mode with 128 bit key.
|