Class SnapshotSignature
java.lang.Object
org.gridgain.internal.snapshots.signature.SnapshotSignature
Represents content of snapshot signature file.
-
Constructor Summary
ConstructorsConstructorDescriptionSnapshotSignature(org.gridgain.internal.encryption.provider.DataEncryptionKey key, String cipherAlgorithm) Constructor. -
Method Summary
Modifier and TypeMethodDescriptionorg.gridgain.internal.encryption.provider.DataEncryptionKeykey()
-
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
-
key
public org.gridgain.internal.encryption.provider.DataEncryptionKey key()
-