Package | Description |
---|---|
de.schlichtherle.truezip.key |
Provides an extensible manager for generic keys required to create or open
protected resources.
|
de.schlichtherle.truezip.key.pbe.swing |
Provides the Swing based implementation of the interface
PromptingKeyProvider.View . |
Modifier and Type | Class and Description |
---|---|
class |
CacheableUnknownKeyException
Thrown to indicate that the retrieval of the key to open or create a
protected resource has failed and that this exception is cacheable.
|
class |
KeyPromptingCancelledException
Thrown to indicate that the retrieval of the key to open or create a
protected resource has been cancelled.
|
class |
KeyPromptingDisabledException
Thrown to indicate that the retrieval of the key to open or create a
protected resource has been disabled.
|
class |
KeyPromptingInterruptedException
Thrown to indicate that prompting for a key to open or create a
protected resource has been interrupted.
|
class |
KeyPromptingTimeoutException
Thrown to indicate that prompting for a key to open or create a
protected resource has timed out.
|
Modifier and Type | Method and Description |
---|---|
K |
SafeKeyProvider.getReadKey(boolean invalid)
Returns the secret key for reading a protected resource.
|
K |
KeyProvider.getReadKey(boolean invalid)
Returns the secret key for reading a protected resource.
|
K |
SafeKeyProvider.getWriteKey()
Returns the secret key for writing a protected resource.
|
K |
KeyProvider.getWriteKey()
Returns the secret key for writing a protected resource.
|
void |
PromptingKeyProvider.View.promptReadKey(PromptingKeyProvider.Controller<K> controller,
boolean invalid)
Prompts the user for the key for reading the contents of an
existing protected resource.
|
void |
PromptingKeyProvider.View.promptWriteKey(PromptingKeyProvider.Controller<K> controller)
Prompts the user for the key for (over)writing the contents of a
new or existing protected resource.
|
protected void |
PromptingKeyProvider.retrieveReadKey(boolean invalid) |
protected abstract void |
SafeKeyProvider.retrieveReadKey(boolean invalid)
Retrieves the secret key for the decryption of a protected resource.
|
protected void |
PromptingKeyProvider.retrieveWriteKey() |
protected abstract void |
SafeKeyProvider.retrieveWriteKey()
Retrieves the secret key for the encryption of a protected resource.
|
Modifier and Type | Method and Description |
---|---|
void |
SwingSafePbeParametersView.promptReadKey(PromptingKeyProvider.Controller<P> controller,
boolean invalid) |
void |
SwingSafePbeParametersView.promptWriteKey(PromptingKeyProvider.Controller<P> controller) |
Copyright © 2005–2014 Schlichtherle IT Services. All rights reserved.