A B C D E F G H I J K L M N O P Q R S T U V W Z

K

KEY_FILE_LEN - Static variable in class de.schlichtherle.key.passwd.swing.PromptingKeyProviderUI
This is the number of bytes to load from the beginning of a key file.
KEY_STRENGTH_128 - Static variable in interface de.schlichtherle.crypto.io.raes.Type0RaesParameters
Identifier for a 128 bit ciphering key.
KEY_STRENGTH_128 - Static variable in interface de.schlichtherle.key.AesKeyProvider
Identifier for a 128 bit ciphering key.
KEY_STRENGTH_192 - Static variable in interface de.schlichtherle.crypto.io.raes.Type0RaesParameters
Identifier for a 192 bit ciphering key.
KEY_STRENGTH_192 - Static variable in interface de.schlichtherle.key.AesKeyProvider
Identifier for a 192 bit ciphering key.
KEY_STRENGTH_256 - Static variable in interface de.schlichtherle.crypto.io.raes.Type0RaesParameters
Identifier for a 256 bit ciphering key.
KEY_STRENGTH_256 - Static variable in interface de.schlichtherle.key.AesKeyProvider
Identifier for a 256 bit ciphering key.
KeyManager - Class in de.schlichtherle.key
An abstract class which maintains a static map of KeyProvider instances for any protected resource which clients need to create or open.
KeyManager() - Constructor for class de.schlichtherle.key.KeyManager
Creates a new KeyManager.
KeyManager.KeyProviderCommand - Interface in de.schlichtherle.key
Implemented by sub classes to define commands which shall be executed on key providers with the KeyManager.forEachKeyProvider(de.schlichtherle.key.KeyManager.KeyProviderCommand) method.
KeyManagerRaesParameters - Class in de.schlichtherle.crypto.io.raes
A facade which retrieves RaesParameters by using the KeyManager.
KeyManagerRaesParameters(String) - Constructor for class de.schlichtherle.crypto.io.raes.KeyManagerRaesParameters
Constructs a new set of default RAES parameters.
KeyPromptingCancelledException - Exception in de.schlichtherle.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.key.KeyPromptingCancelledException
 
KeyPromptingDisabledException - Exception in de.schlichtherle.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.key.KeyPromptingDisabledException
 
KeyPromptingDisabledException(Throwable) - Constructor for exception de.schlichtherle.key.KeyPromptingDisabledException
 
KeyPromptingInterruptedException - Exception in de.schlichtherle.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.key.KeyPromptingInterruptedException
 
KeyPromptingInterruptedException(Throwable) - Constructor for exception de.schlichtherle.key.KeyPromptingInterruptedException
 
KeyPromptingTimeoutException - Exception in de.schlichtherle.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.key.KeyPromptingTimeoutException
 
KeyPromptingTimeoutException(Throwable) - Constructor for exception de.schlichtherle.key.KeyPromptingTimeoutException
 
KeyProvider - Interface in de.schlichtherle.key
A general purpose interface used by client applications to retrieve a key which is required to create or open a protected resource.

A B C D E F G H I J K L M N O P Q R S T U V W Z