- KEY_FILE_LEN - Static variable in class de.schlichtherle.truezip.key.pbe.swing.SwingSafePbeParametersView
-
This is the number of bytes to load from the beginning of a key file.
- KeyController<M extends FsModel,D extends ZipDriver> - Class in de.schlichtherle.truezip.fs.archive.zip
-
This file system controller decorates another file system controller in
order to manage the keys required for accessing encrypted ZIP files.
- KeyController(FsController<? extends M>, D) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.KeyController
-
Constructs a new key manager controller.
- KeyManager<K> - Interface in de.schlichtherle.truezip.key
-
A container for key providers for reading and writing protected resources.
- KeyManagerLocator - Class in de.schlichtherle.truezip.key.sl
-
Locates all key managers on the class path.
- KeyManagerProvider - Interface in de.schlichtherle.truezip.key
-
A service for key managers for secret key classes.
- KeyManagerRaesParameters - Class in de.schlichtherle.truezip.crypto.raes.param
-
- KeyManagerRaesParameters(KeyManagerProvider, URI) - Constructor for class de.schlichtherle.truezip.crypto.raes.param.KeyManagerRaesParameters
-
Constructs RAES parameters using the given key manager provider.
- KeyManagerRaesParameters(KeyManager<AesCipherParameters>, URI) - Constructor for class de.schlichtherle.truezip.crypto.raes.param.KeyManagerRaesParameters
-
Constructs new RAES parameters.
- KeyManagerService - Class in de.schlichtherle.truezip.key.spi
-
An abstract locatable service for key managers.
- KeyManagerService() - Constructor for class de.schlichtherle.truezip.key.spi.KeyManagerService
-
- KeyManagerZipCryptoParameters - Class in de.schlichtherle.truezip.fs.archive.zip
-
- KeyManagerZipCryptoParameters(ZipDriver, FsModel, Charset) - Constructor for class de.schlichtherle.truezip.fs.archive.zip.KeyManagerZipCryptoParameters
-
Constructs new ZIP crypto parameters.
- KeyPanel - Class in de.schlichtherle.truezip.key.pbe.swing
-
Abstract panel for prompting for authentication keys.
- KeyPanel() - Constructor for class de.schlichtherle.truezip.key.pbe.swing.KeyPanel
-
- KeyPromptingCancelledException - Exception in de.schlichtherle.truezip.key
-
Thrown to indicate that the retrieval of the key to open or create a
protected resource has been cancelled.
- KeyPromptingCancelledException() - Constructor for exception de.schlichtherle.truezip.key.KeyPromptingCancelledException
-
- KeyPromptingDisabledException - Exception in de.schlichtherle.truezip.key
-
Thrown to indicate that the retrieval of the key to open or create a
protected resource has been disabled.
- KeyPromptingDisabledException() - Constructor for exception de.schlichtherle.truezip.key.KeyPromptingDisabledException
-
- KeyPromptingDisabledException(Throwable) - Constructor for exception de.schlichtherle.truezip.key.KeyPromptingDisabledException
-
- KeyPromptingInterruptedException - Exception in de.schlichtherle.truezip.key
-
Thrown to indicate that prompting for a key to open or create a
protected resource has been interrupted.
- KeyPromptingInterruptedException() - Constructor for exception de.schlichtherle.truezip.key.KeyPromptingInterruptedException
-
- KeyPromptingInterruptedException(Throwable) - Constructor for exception de.schlichtherle.truezip.key.KeyPromptingInterruptedException
-
- KeyPromptingTimeoutException - Exception in de.schlichtherle.truezip.key
-
Thrown to indicate that prompting for a key to open or create a
protected resource has timed out.
- KeyPromptingTimeoutException() - Constructor for exception de.schlichtherle.truezip.key.KeyPromptingTimeoutException
-
- KeyPromptingTimeoutException(Throwable) - Constructor for exception de.schlichtherle.truezip.key.KeyPromptingTimeoutException
-
- KeyProvider<K> - Interface in de.schlichtherle.truezip.key
-
Manages the life cycle of a generic secret key for reading and writing
protected resources.
- KeyProviderSyncStrategy - Enum in de.schlichtherle.truezip.fs.archive.zip
-
Defines strategies for updating a key provider once an encrypted ZIP file
has been successfully synchronized.
- KeyStrength - Interface in de.schlichtherle.truezip.crypto.param
-
Defines the key strengths for a cipher.
- KeyStrengthPanel<S extends KeyStrength> - Class in de.schlichtherle.truezip.key.pbe.swing
-
A panel which allows the user to select the key strength for a cipher.
- KeyStrengthPanel(S[]) - Constructor for class de.schlichtherle.truezip.key.pbe.swing.KeyStrengthPanel
-
Constructs a new panel using a protective copy of the given array
of available key strengths.