|
TrueZIP Driver ZIP.RAES (TZP) 7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use KeyManager | |
|---|---|
| de.schlichtherle.truezip.crypto.raes.param | Provides AES cipher parameters for use as the key for the class
PromptingKeyProvider. |
| de.schlichtherle.truezip.fs.archive.zip.raes | The archive driver family for RAES encrypted ZIP files, alias TZP files. |
| de.schlichtherle.truezip.key | A generic, extensible manager for keys of arbitrary type required to create or open protected resources. |
| de.schlichtherle.truezip.key.sl | Provides a singleton to locate a key manager service provider. |
| Uses of KeyManager in de.schlichtherle.truezip.crypto.raes.param |
|---|
| Fields in de.schlichtherle.truezip.crypto.raes.param declared as KeyManager | |
|---|---|
private KeyManager<AesCipherParameters> |
KeyManagerRaesParameters.manager
|
| Constructors in de.schlichtherle.truezip.crypto.raes.param with parameters of type KeyManager | |
|---|---|
KeyManagerRaesParameters(KeyManager<AesCipherParameters> manager,
URI resource)
Constructs new RAES parameters using the given key manager. |
|
| Uses of KeyManager in de.schlichtherle.truezip.fs.archive.zip.raes |
|---|
| Methods in de.schlichtherle.truezip.fs.archive.zip.raes that return KeyManager | ||
|---|---|---|
|
PromptingKeyManagerService.get(Class<K> type)
|
|
(package private) KeyManager<AesCipherParameters> |
ZipRaesDriver.getKeyManager()
|
|
| Uses of KeyManager in de.schlichtherle.truezip.key |
|---|
| Classes in de.schlichtherle.truezip.key that implement KeyManager | |
|---|---|
class |
PromptingKeyManager<K extends SafeKey<K>>
A key manager which prompts the user for a key if required. |
class |
SafeKeyManager<K extends SafeKey<K>,P extends SafeKeyProvider<K>>
Uses a map to hold the safe key providers managed by this instance. |
| Methods in de.schlichtherle.truezip.key that return KeyManager | ||
|---|---|---|
|
KeyManagerProvider.get(Class<K> type)
Returns the singleton key manager for the given key type. |
|
| Uses of KeyManager in de.schlichtherle.truezip.key.sl |
|---|
| Methods in de.schlichtherle.truezip.key.sl that return KeyManager | ||
|---|---|---|
|
KeyManagerLocator.get(Class<K> type)
|
|
|
TrueZIP Driver ZIP.RAES (TZP) 7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||