Class GridgainErrorGroups.Encryption

java.lang.Object
org.gridgain.lang.GridgainErrorGroups.Encryption
Enclosing class:
GridgainErrorGroups

public static class GridgainErrorGroups.Encryption extends Object
Encryption context error group.
  • Field Details

    • KEY_PROVIDER_NOT_FOUND_ERR

      public static final int KEY_PROVIDER_NOT_FOUND_ERR
      Missing 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_ERR
      Missing data encryption key to decrypt data from storage.
    • AWS_KMS_COMMON_ERR

      public static final int AWS_KMS_COMMON_ERR
      AWS KMS common error.
    • AWS_KMS_KEY_NOT_FOUND_ERR

      public static final int AWS_KMS_KEY_NOT_FOUND_ERR
      AWS KMS key not found error.
    • AWS_KMS_KEY_DISABLED_ERR

      public static final int AWS_KMS_KEY_DISABLED_ERR
      AWS KMS key found but disabled, so cannot be used.
  • Constructor Details

    • Encryption

      public Encryption()