- mac - Variable in class de.schlichtherle.truezip.zip.WinZipAesEntryOutputStream
-
The Message Authentication Code (MAC).
- manager - Variable in class de.schlichtherle.truezip.fs.archive.zip.KeyManagerController
-
- manager - Variable in class de.schlichtherle.truezip.fs.archive.zip.KeyManagerZipCryptoParameters.WinZipAes
-
- manager - Variable in class de.schlichtherle.truezip.key.PromptingKeyProvider
-
- managers - Variable in class de.schlichtherle.truezip.fs.archive.zip.PromptingKeyManagerService
-
- MANAGERS - Static variable in class de.schlichtherle.truezip.key.sl.KeyManagerLocator.Boot
-
- map(long) - Method in class de.schlichtherle.truezip.zip.IrregularOffsetMapper
-
- map(long) - Method in class de.schlichtherle.truezip.zip.OffsetMapper
-
- mapper - Variable in class de.schlichtherle.truezip.zip.RawZipFile
-
Maps offsets specified in the ZIP file to real offsets in the file.
- MAX_DOS_TIME - Static variable in enum de.schlichtherle.truezip.zip.DateTimeConverter
-
Largest supported DOS date/time value in a ZIP file,
which is December 31st, 2107 AD 23:59:58 local time.
- MAX_DOS_TIME - Static variable in class de.schlichtherle.truezip.zip.ZipEntry
-
Largest supported DOS date/time value in a ZIP file,
which is December 31st, 2107 AD 23:59:58 local time.
- MAX_FLATER_BUF_LENGTH - Static variable in interface de.schlichtherle.truezip.zip.Constants
-
The maximum buffer size used for deflating and inflating.
- MAX_VALUE - Static variable in class de.schlichtherle.truezip.zip.UByte
-
The maximum value of an unsigned byte integer,
which is 255.
- MAX_VALUE - Static variable in class de.schlichtherle.truezip.zip.UInt
-
The maximum value of an unsigned integer,
which is 4294967295L.
- MAX_VALUE - Static variable in class de.schlichtherle.truezip.zip.ULong
-
The maximum value of an unsigned long integer,
which is 9223372036854775807L.
- MAX_VALUE - Static variable in class de.schlichtherle.truezip.zip.UShort
-
The maximum value of an unsigned short integer,
which is 65535.
- MAX_WINDOW_LEN - Static variable in class de.schlichtherle.truezip.crypto.CipherReadOnlyFile
-
The maximum buffer length of the window to the encrypted file.
- method - Variable in class de.schlichtherle.truezip.zip.RawZipOutputStream
-
Default compression method for next entry.
- method - Variable in class de.schlichtherle.truezip.zip.WinZipAesEntryExtraField
-
- METHOD - Static variable in class de.schlichtherle.truezip.zip.ZipEntry
-
- method - Variable in class de.schlichtherle.truezip.zip.ZipEntry
-
- MIMETYPE - Static variable in class de.schlichtherle.truezip.fs.archive.zip.OdfOutputShop
-
The name of the entry to receive tender, loving care.
- mimetype - Variable in class de.schlichtherle.truezip.fs.archive.zip.OdfOutputShop
-
Whether we have started to write the mimetype entry or not.
- min(long, long) - Static method in class de.schlichtherle.truezip.crypto.CipherReadOnlyFile
-
Returns the smaller parameter.
- MIN_DOS_TIME - Static variable in enum de.schlichtherle.truezip.zip.DateTimeConverter
-
Smallest supported DOS date/time value in a ZIP file,
which is January 1st, 1980 AD 00:00:00 local time.
- MIN_DOS_TIME - Static variable in class de.schlichtherle.truezip.zip.ZipEntry
-
Smallest supported DOS date/time value in a ZIP file,
which is January 1st, 1980 AD 00:00:00 local time.
- MIN_FLATER_BUF_LENGTH - Static variable in interface de.schlichtherle.truezip.zip.Constants
-
The minimum buffer size used for deflating and inflating.
- MIN_KEY_RETRY_DELAY - Static variable in class de.schlichtherle.truezip.crypto.SuspensionPenalty
-
The minimum delay between subsequent attempts to verify a key
in milliseconds.
- MIN_KEY_RETRY_DELAY - Static variable in class de.schlichtherle.truezip.key.SafeKeyProvider
-
The minimum delay between subsequent attempts to verify a key in
milliseconds.
- MIN_PASSWD_LEN - Static variable in class de.schlichtherle.truezip.key.pbe.console.ConsoleSafePbeParametersView
-
The minimum acceptable length of a password.
- MIN_PASSWD_LEN - Static variable in class de.schlichtherle.truezip.key.pbe.swing.WriteKeyPanel
-
The minimum acceptable length of a password.
- MIN_VALUE - Static variable in class de.schlichtherle.truezip.zip.UByte
-
The minimum value of an unsigned byte integer,
which is 0.
- MIN_VALUE - Static variable in class de.schlichtherle.truezip.zip.UInt
-
The minimum value of an unsigned integer,
which is 0L.
- MIN_VALUE - Static variable in class de.schlichtherle.truezip.zip.ULong
-
The minimum value of an unsigned long integer,
which is 0L.
- MIN_VALUE - Static variable in class de.schlichtherle.truezip.zip.UShort
-
The minimum value of an unsigned short integer,
which is 0.
- model - Variable in class de.schlichtherle.truezip.fs.archive.zip.KeyManagerZipCryptoParameters
-
The file system model which has been provided to the constructor.
- model - Variable in class de.schlichtherle.truezip.fs.archive.zip.ZipInputShop
-
- model - Variable in class de.schlichtherle.truezip.fs.archive.zip.ZipOutputShop
-
- mountCentralDirectory(ReadOnlyFile, int) - Method in class de.schlichtherle.truezip.zip.RawZipFile
-
Reads the central directory from the given read only file file and
populates the internal tables with ZipEntry instances.
- mountPointUri(FsModel) - Method in class de.schlichtherle.truezip.fs.archive.zip.ZipDriver
-
A template method which derives the URI which represents the mount point
of the given file system model as the base resource URI for looking up
KeyProviders.
- moveKeyProvider(URI, URI) - Method in interface de.schlichtherle.truezip.key.KeyManager
-
Moves the mapped key provider from the URI oldResource to
newResource.
- moveKeyProvider(URI, URI) - Method in class de.schlichtherle.truezip.key.PromptingKeyManager
-
- moveKeyProvider(URI, URI) - Method in class de.schlichtherle.truezip.key.SafeKeyManager
-
- multiplexOnEDT(Runnable) - Static method in class de.schlichtherle.truezip.key.pbe.swing.SwingSafePbeParametersView
-
Invokes the given task on the AWT Event Dispatching Thread
(EDT) and waits until it's finished.