EncryptionStrength (Database - Java)
The encryption strength of a database.
Defined in
Data type
Integer
Syntax
public int getEncryptionStrength()
throws NotesException
Usage
Gets the encryption strength for a database.
Encryption strength constant | Description |
---|---|
DBENCRYPT_STRENGTH_NONE | Database is not encrypted |
DBENCRYPT_STRENGTH_SIMPLE | Simple database encryption strength. |
DBENCRYPT_STRENGTH_MEDIUM | Medium database encryption strength. |
DBENCRYPT_STRENGTH_STRONG | Strong database encryption strength. |
DBENCRYPT_STRENGTH_AES128 | 128-bit AES database encryption strength. |
DBENCRYPT_STRENGTH_AES256 | 256-bit AES database encryption strength. |