Interface CryptoEnvironment

  • All Known Implementing Classes:
    CryptoEnvironmentImpl

    public interface CryptoEnvironment
    Useful information provided to the crypto implementation
    Since:
    2.0
    • Method Detail

      • getTableId

        Optional<TableId> getTableId()
        If in the TABLE scope, get the tableId. Will be empty in WAL scope.
      • getDecryptionParams

        Optional<byte[]> getDecryptionParams()
        If decrypting files, get the params read from the file. Will be empty if encrypting.