- keyManager(Class<K>) - Method in class net.java.truevfs.key.spec.AbstractKeyManagerContainer
-
- KeyManager<K> - Class in net.java.truevfs.key.spec
-
A container for key providers for reading and writing protected resources.
- KeyManager() - Constructor for class net.java.truevfs.key.spec.KeyManager
-
- keyManager(Class<K>) - Method in interface net.java.truevfs.key.spec.KeyManagerContainer
-
Returns the nullable key manager for the given secret key class.
- KeyManagerContainer - Interface in net.java.truevfs.key.spec
-
A provider for key managers for secret key classes.
- KeyManagerMapFactory - Class in net.java.truevfs.key.spec.spi
-
A service for creating maps of classes to key managers.
- KeyManagerMapFactory() - Constructor for class net.java.truevfs.key.spec.spi.KeyManagerMapFactory
-
- KeyManagerMapLocator - Class in net.java.truevfs.key.spec.sl
-
A container of the singleton immutable map of all known file system schemes
to file system drivers.
- KeyManagerMapModifier - Class in net.java.truevfs.key.spec.spi
-
An abstract service for modifying maps of classes to key managers.
- KeyManagerMapModifier() - Constructor for class net.java.truevfs.key.spec.spi.KeyManagerMapModifier
-
- KeyPromptingCancelledException - Exception in net.java.truevfs.key.spec
-
Thrown to indicate that the retrieval of the key to open or create a
protected resource has been cancelled.
- KeyPromptingCancelledException() - Constructor for exception net.java.truevfs.key.spec.KeyPromptingCancelledException
-
- KeyPromptingDisabledException - Exception in net.java.truevfs.key.spec
-
Thrown to indicate that the retrieval of the key to open or create a
protected resource has been disabled.
- KeyPromptingDisabledException() - Constructor for exception net.java.truevfs.key.spec.KeyPromptingDisabledException
-
- KeyPromptingDisabledException(Throwable) - Constructor for exception net.java.truevfs.key.spec.KeyPromptingDisabledException
-
- KeyPromptingInterruptedException - Exception in net.java.truevfs.key.spec
-
Thrown to indicate that prompting for a key to open or create a
protected resource has been interrupted.
- KeyPromptingInterruptedException() - Constructor for exception net.java.truevfs.key.spec.KeyPromptingInterruptedException
-
- KeyPromptingInterruptedException(Throwable) - Constructor for exception net.java.truevfs.key.spec.KeyPromptingInterruptedException
-
- KeyPromptingTimeoutException - Exception in net.java.truevfs.key.spec
-
Thrown to indicate that prompting for a key to open or create a
protected resource has timed out.
- KeyPromptingTimeoutException() - Constructor for exception net.java.truevfs.key.spec.KeyPromptingTimeoutException
-
- KeyPromptingTimeoutException(Throwable) - Constructor for exception net.java.truevfs.key.spec.KeyPromptingTimeoutException
-
- KeyProvider<K> - Interface in net.java.truevfs.key.spec
-
Manages the life cycle of a generic secret key for reading and writing
protected resources.
- KeyStrength - Interface in net.java.truevfs.key.spec.param
-
Defines the key strengths for a cipher.