Class AesGcmOutputFile

  • All Implemented Interfaces:
    OutputFile

    public class AesGcmOutputFile
    extends java.lang.Object
    implements OutputFile
    • Constructor Detail

      • AesGcmOutputFile

        public AesGcmOutputFile​(OutputFile targetFile,
                                byte[] dataKey,
                                byte[] fileAADPrefix)
    • Method Detail

      • location

        public java.lang.String location()
        Description copied from interface: OutputFile
        Return the location this output file will create.
        Specified by:
        location in interface OutputFile
        Returns:
        the location of this output file
      • toInputFile

        public InputFile toInputFile()
        Description copied from interface: OutputFile
        Return an InputFile for the location of this output file.
        Specified by:
        toInputFile in interface OutputFile
        Returns:
        an input file for the location of this output file