Index
B C D E F G I J K M N O P R S T U W
All Classes All Packages
All Classes All Packages
All Classes All Packages
K
- KEY_DERIVATION_ALGORITHM - Static variable in class eu.steffo.cleaver.logic.stream.input.CleaverCryptInputStream
-
The name of the key derivation algorithm to be used (Password-Based Key Derivation Function 2 with HMAC-SHA512).
- KEY_ITERATION_COUNT - Static variable in class eu.steffo.cleaver.logic.stream.input.CleaverCryptInputStream
-
The iteration count for the
CleaverCryptInputStream.KEY_DERIVATION_ALGORITHM
. - KEY_LENGTH - Static variable in class eu.steffo.cleaver.logic.stream.input.CleaverCryptInputStream
-
The length in bits of the key to be generated with the
CleaverCryptInputStream.KEY_DERIVATION_ALGORITHM
. - keyDerivationAlgorithm - Variable in class eu.steffo.cleaver.logic.stream.output.CleaverCryptOutputStream
-
The name of the key derivation algorithm to be used (Password-Based Key Derivation Function 2 with HMAC-SHA512).
- keyIterationCount - Variable in class eu.steffo.cleaver.logic.stream.output.CleaverCryptOutputStream
-
The iteration count for the
CleaverCryptOutputStream.keyDerivationAlgorithm
. - keyLabel - Variable in class eu.steffo.cleaver.gui.panels.rows.option.CryptRow
-
A label with "Key" written on it.
- keyLabel - Variable in class eu.steffo.cleaver.gui.panels.rows.option.KeyRow
-
A label with "Encryption key" written on it.
- keyLength - Variable in class eu.steffo.cleaver.logic.stream.output.CleaverCryptOutputStream
-
The length in bits of the key to be generated with the
CleaverCryptOutputStream.keyDerivationAlgorithm
. - keyOptionRow - Variable in class eu.steffo.cleaver.gui.panels.StitchPanel
-
The
Row
to select the encryption key. - KeyRow - Class in eu.steffo.cleaver.gui.panels.rows.option
-
A
OptionRow
allowing theconfiguration of the crypt step
of the file stitch process. - KeyRow() - Constructor for class eu.steffo.cleaver.gui.panels.rows.option.KeyRow
-
Construct a KeyRow.
- keyTextField - Variable in class eu.steffo.cleaver.gui.panels.rows.option.CryptRow
-
The
JTextField
where the user can input the desired encryption key for the files, in form of aString
. - keyTextField - Variable in class eu.steffo.cleaver.gui.panels.rows.option.KeyRow
-
The text field where the user can input the encryption key.
All Classes All Packages