Class SymmetricEncryptionConfig


@Deprecated(since="4.2", forRemoval=true) public class SymmetricEncryptionConfig extends AbstractSymmetricEncryptionConfig<SymmetricEncryptionConfig>
Deprecated, for removal: This API element is subject to removal in a future version.
Symmetric encryption is deprecated in favor of TLS.
Contains configuration for symmetric encryption
  • Field Details

    • DEFAULT_SYMMETRIC_ALGORITHM

      public static final String DEFAULT_SYMMETRIC_ALGORITHM
      Deprecated, for removal: This API element is subject to removal in a future version.
      Default symmetric encryption algorithm
      See Also:
    • DEFAULT_SYMMETRIC_PASSWORD

      public static final String DEFAULT_SYMMETRIC_PASSWORD
      Deprecated, for removal: This API element is subject to removal in a future version.
      Default symmetric encryption password used in Hazelcast before version 5.5.
      See Also:
  • Constructor Details

    • SymmetricEncryptionConfig

      public SymmetricEncryptionConfig()
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getPassword

      public String getPassword()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setPassword

      public SymmetricEncryptionConfig setPassword(String password)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getIterationCount

      public int getIterationCount()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setIterationCount

      public SymmetricEncryptionConfig setIterationCount(int iterationCount)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • getKey

      public byte[] getKey()
      Deprecated, for removal: This API element is subject to removal in a future version.
    • setKey

      public SymmetricEncryptionConfig setKey(byte[] key)
      Deprecated, for removal: This API element is subject to removal in a future version.
    • toString

      public String toString()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Overrides:
      toString in class Object