Class DataKeyGenerator

java.lang.Object
org.gridgain.internal.encryption.DataKeyGenerator

public class DataKeyGenerator extends Object
Helper class for data encryption key generation.
  • Constructor Details

    • DataKeyGenerator

      public DataKeyGenerator()
  • Method Details

    • create

      public static org.gridgain.internal.encryption.provider.DataEncryptionKey create(int id)
      Creates new key for an encryption/decryption of persistent data.
      Parameters:
      id - Key ID.
      Returns:
      Newly created encryption key.
    • defaultCipherAlgorithm

      public static String defaultCipherAlgorithm()