Class SnapshotSignature

java.lang.Object
org.gridgain.internal.snapshots.signature.SnapshotSignature

public class SnapshotSignature extends Object
Represents content of snapshot signature file.
  • Constructor Details

    • SnapshotSignature

      public SnapshotSignature(org.gridgain.internal.encryption.provider.DataEncryptionKey key, String cipherAlgorithm)
      Constructor.
      Parameters:
      key - Date encryption key.
      cipherAlgorithm - Encryption cipher algorithm.
  • Method Details

    • cipherAlgorithm

      public String cipherAlgorithm()
    • key

      public org.gridgain.internal.encryption.provider.DataEncryptionKey key()