Class ClearFile

  • All Implemented Interfaces:

    
    public final class ClearFile
    
                        

    ClearFile represents a decrypted file.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getFilename() The filename of the decrypted file.
      final String getSessionId() The ID of the EncryptionSession to which this file belongs.
      final ByteArray getFileContent() The content of the decrypted file.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait