Interface AADPrefixVerifier


  • public interface AADPrefixVerifier
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void verify​(byte[] aadPrefix)
      Verifies identity (AAD Prefix) of individual file, or of file collection in a data set.
    • Method Detail

      • verify

        void verify​(byte[] aadPrefix)
             throws ParquetCryptoRuntimeException
        Verifies identity (AAD Prefix) of individual file, or of file collection in a data set. Must be thread-safe.
        Parameters:
        aadPrefix - AAD Prefix
        Throws:
        ParquetCryptoRuntimeException - Throw exception if AAD prefix is wrong.