Package org.gridgain.lang
Class GridgainErrorGroups.Encryption
java.lang.Object
org.gridgain.lang.GridgainErrorGroups.Encryption
- Enclosing class:
- GridgainErrorGroups
Encryption context error group.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intAWS KMS common error.static final intAWS KMS key found but disabled, so cannot be used.static final intAWS KMS key not found error.static final intstatic final intMissing data encryption key to decrypt data from storage.static final intstatic final intMissing key provider to decrypt data from storage. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
KEY_PROVIDER_NOT_FOUND_ERR
public static final int KEY_PROVIDER_NOT_FOUND_ERRMissing key provider to decrypt data from storage. -
INVALID_KEY_PROVIDER_CONFIGURATION_ERR
public static final int INVALID_KEY_PROVIDER_CONFIGURATION_ERR -
CANNOT_INIT_KEY_PROVIDER_ERR
public static final int CANNOT_INIT_KEY_PROVIDER_ERR -
DATA_ENCRYPTION_KEY_NOT_FOUND_ERR
public static final int DATA_ENCRYPTION_KEY_NOT_FOUND_ERRMissing data encryption key to decrypt data from storage. -
AWS_KMS_COMMON_ERR
public static final int AWS_KMS_COMMON_ERRAWS KMS common error. -
AWS_KMS_KEY_NOT_FOUND_ERR
public static final int AWS_KMS_KEY_NOT_FOUND_ERRAWS KMS key not found error. -
AWS_KMS_KEY_DISABLED_ERR
public static final int AWS_KMS_KEY_DISABLED_ERRAWS KMS key found but disabled, so cannot be used.
-
-
Constructor Details
-
Encryption
public Encryption()
-