Interface CryptoService

    • Method Detail

      • getFileEncrypter

        FileEncrypter getFileEncrypter​(CryptoEnvironment environment)
        Initialize the FileEncrypter for the environment and return. This will get called once per R-File or Write Ahead Log. FileEncrypter implementation must be thread safe.
      • getFileDecrypter

        FileDecrypter getFileDecrypter​(CryptoEnvironment environment)
        Initialize the FileDecrypter for the environment and return. This will get called once per R-File or Write Ahead Log. FileDecrypter implementation must be thread safe.