- Key<K extends Key<K>> - Interface in net.java.truecommons.key.spec
-
A generic key with basic features for life cycle management.
- Keychain - Class in net.java.truecommons.key.macosx.keychain
-
A simple abstraction over Apple's Keychain Services API.
- Keychain() - Constructor for class net.java.truecommons.key.macosx.keychain.Keychain
-
- Keychain.AttributeClass - Enum in net.java.truecommons.key.macosx.keychain
-
Enumerates classes of attributes of items in a ketchain.
- Keychain.Item - Interface in net.java.truecommons.key.macosx.keychain
-
An item in a keychain.
- Keychain.ItemClass - Enum in net.java.truecommons.key.macosx.keychain
-
Enumerates classes of items in a keychain.
- Keychain.Visitor - Interface in net.java.truecommons.key.macosx.keychain
-
A visitor for items in a keychain.
- KeychainException - Exception in net.java.truecommons.key.macosx.keychain
-
Indicates an error when using Apple's Keychain Services API.
- KeyManager<K> - Interface in net.java.truecommons.key.spec
-
Manages the life cycle of key providers for writing and reading protected
resources.
- KeyManagerMap - Interface in net.java.truecommons.key.spec
-
A map of key classes to key managers.
- KeyManagerMapFactory - Class in net.java.truecommons.key.spec.spi
-
A service for creating maps of classes to nullable key managers.
- KeyManagerMapFactory() - Constructor for class net.java.truecommons.key.spec.spi.KeyManagerMapFactory
-
- KeyManagerMapLocator - Class in net.java.truecommons.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.truecommons.key.spec.spi
-
An abstract service for modifying maps of classes to key managers.
- KeyManagerMapModifier() - Constructor for class net.java.truecommons.key.spec.spi.KeyManagerMapModifier
-
- KeyPromptingCancelledException - Exception in net.java.truecommons.key.spec.prompting
-
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.truecommons.key.spec.prompting.KeyPromptingCancelledException
-
- KeyPromptingCancelledException(Throwable) - Constructor for exception net.java.truecommons.key.spec.prompting.KeyPromptingCancelledException
-
- KeyPromptingDisabledException - Exception in net.java.truecommons.key.spec.prompting
-
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.truecommons.key.spec.prompting.KeyPromptingDisabledException
-
- KeyPromptingDisabledException(Throwable) - Constructor for exception net.java.truecommons.key.spec.prompting.KeyPromptingDisabledException
-
- KeyPromptingInterruptedException - Exception in net.java.truecommons.key.spec.prompting
-
Thrown to indicate that prompting for a key to open or create a
protected resource has been interrupted.
- KeyPromptingInterruptedException() - Constructor for exception net.java.truecommons.key.spec.prompting.KeyPromptingInterruptedException
-
- KeyPromptingInterruptedException(Throwable) - Constructor for exception net.java.truecommons.key.spec.prompting.KeyPromptingInterruptedException
-
- KeyPromptingTimeoutException - Exception in net.java.truecommons.key.spec.prompting
-
Thrown to indicate that prompting for a key to open or create a
protected resource has timed out.
- KeyPromptingTimeoutException() - Constructor for exception net.java.truecommons.key.spec.prompting.KeyPromptingTimeoutException
-
- KeyPromptingTimeoutException(Throwable) - Constructor for exception net.java.truecommons.key.spec.prompting.KeyPromptingTimeoutException
-
- KeyProvider<K> - Interface in net.java.truecommons.key.spec
-
Manages the life cycle of a key for reading and (over)writing a protected
resource.
- KeyStrength - Interface in net.java.truecommons.key.spec
-
Defines the key strengths for a cipher.