- key - Variable in class de.schlichtherle.truezip.key.PromptingKeyProvider
-
- KEY_FILE_LEN - Static variable in class de.schlichtherle.truezip.crypto.raes.param.swing.AesCipherParametersView
-
This is the number of bytes to load from the beginning of a key file.
- keyFile - Variable in class de.schlichtherle.truezip.crypto.raes.param.swing.AuthenticationPanel
-
- keyFileChooser - Variable in class de.schlichtherle.truezip.crypto.raes.param.swing.AuthenticationPanel
-
- keyFileChooserActionPerformed(ActionEvent) - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.AuthenticationPanel
-
- keyFilePanel - Variable in class de.schlichtherle.truezip.crypto.raes.param.swing.AuthenticationPanel
-
- keyFilePanelAncestorWindowShown(PanelEvent) - Method in class de.schlichtherle.truezip.crypto.raes.param.swing.AuthenticationPanel
-
- KeyManager<K> - Interface in de.schlichtherle.truezip.key
-
A container for key providers for protected resources which need to
get created or opened by client applications.
- KeyManagerLocator - Class in de.schlichtherle.truezip.key.sl
-
Locates a key manager service of a class with a name which is
resolved by querying a system property or searching the class path
or using a default implementation, whatever yields a result first.
- KeyManagerLocator() - Constructor for class de.schlichtherle.truezip.key.sl.KeyManagerLocator
-
You cannot instantiate this class.
- KeyManagerLocator.Boot - Class in de.schlichtherle.truezip.key.sl
-
A static data utility class used for lazy initialization.
- KeyManagerLocator.Boot() - Constructor for class de.schlichtherle.truezip.key.sl.KeyManagerLocator.Boot
-
You cannot instantiate this class.
- keyManagerProvider - Variable in class de.schlichtherle.truezip.fs.archive.zip.raes.ZipRaesDriver
-
- KeyManagerProvider - Interface in de.schlichtherle.truezip.key
-
A service for the singleton key manager for given key type.
- KeyManagerRaesParameters - Class in de.schlichtherle.truezip.crypto.raes.param
-
- KeyManagerRaesParameters(KeyManagerProvider, URI) - Constructor for class de.schlichtherle.truezip.crypto.raes.param.KeyManagerRaesParameters
-
- KeyManagerRaesParameters(KeyManager<AesCipherParameters>, URI) - Constructor for class de.schlichtherle.truezip.crypto.raes.param.KeyManagerRaesParameters
-
Constructs new RAES parameters using the given key manager.
- KeyManagerRaesParameters.Type0 - Class in de.schlichtherle.truezip.crypto.raes.param
-
An adapter which presents the KeyManager's KeyProvider
interface as Type0RaesParameters.
- KeyManagerRaesParameters.Type0() - Constructor for class de.schlichtherle.truezip.crypto.raes.param.KeyManagerRaesParameters.Type0
-
- 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
-
- KeyPanel - Class in de.schlichtherle.truezip.crypto.raes.param.swing
-
Abstract panel for prompting for authentication keys.
- KeyPanel() - Constructor for class de.schlichtherle.truezip.crypto.raes.param.swing.KeyPanel
-
- KeyPanel.KeyPanelListener - Class in de.schlichtherle.truezip.crypto.raes.param.swing
-
- KeyPanel.KeyPanelListener() - Constructor for class de.schlichtherle.truezip.crypto.raes.param.swing.KeyPanel.KeyPanelListener
-
- 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
-
A general purpose interface used by client applications to retrieve a
key which is required for write or read access to a protected resource.
- KeyProvider.Factory<P extends KeyProvider<?>> - Interface in de.schlichtherle.truezip.key
-
A factory for key providers.
- keyStrength - Variable in class de.schlichtherle.truezip.crypto.raes.param.AesCipherParameters
-
- keyStrength - Variable in class de.schlichtherle.truezip.crypto.raes.param.swing.AesKeyStrengthPanel
-
- keyStrength - Variable in class de.schlichtherle.truezip.crypto.raes.Type0RaesOutputStream
-
The key strength.
- keyStrength - Variable in class de.schlichtherle.truezip.crypto.raes.Type0RaesReadOnlyFile
-
The key strength.
- klac(Mac, long, byte[]) - Static method in class de.schlichtherle.truezip.crypto.raes.RaesOutputStream
-
Update the given KLAC with the given file length in
little endian order and finalize it, writing the result to buf.
- klac - Variable in class de.schlichtherle.truezip.crypto.raes.Type0RaesOutputStream
-
The cipher Key and cipher text Length Authentication Code (KLAC).