Interface DataReEncryptor

All Known Implementing Classes:
EncryptingDirectoryDAO, EncryptingPropertyDAO

public interface DataReEncryptor
Generic interface for classes that need to encrypt or re-encrypt existing data.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Encrypts or re-encrypts existing data.
  • Method Details

    • reEncrypt

      void reEncrypt()
      Encrypts or re-encrypts existing data.