Class RequiresEncryptionSupportValidatorImpl

java.lang.Object
org.gridgain.internal.encryption.validator.RequiresEncryptionSupportValidatorImpl
All Implemented Interfaces:
org.apache.ignite.configuration.validation.Validator<RequiresEncryptionSupport,Boolean>

public class RequiresEncryptionSupportValidatorImpl extends Object implements org.apache.ignite.configuration.validation.Validator<RequiresEncryptionSupport,Boolean>
Validates if the encryption is supported on the platform when encryption is enabled.
  • Field Details

  • Constructor Details

    • RequiresEncryptionSupportValidatorImpl

      public RequiresEncryptionSupportValidatorImpl()
  • Method Details

    • validate

      public void validate(RequiresEncryptionSupport annotation, org.apache.ignite.configuration.validation.ValidationContext<Boolean> ctx)
      Specified by:
      validate in interface org.apache.ignite.configuration.validation.Validator<RequiresEncryptionSupport,Boolean>
    • isEncryptionSupported

      public static boolean isEncryptionSupported()
      Checks if the encryption plugin is supported in this OS.