|
TrueZIP Driver ZIP.RAES (TZP) 7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use AesCipherParameters | |
|---|---|
| de.schlichtherle.truezip.crypto.raes.param | Provides AES cipher parameters for use as the key for the class
PromptingKeyProvider. |
| de.schlichtherle.truezip.crypto.raes.param.console | The console I/O based implementation of the interface
PromptingKeyProvider.View. |
| de.schlichtherle.truezip.crypto.raes.param.swing | The console I/O based implementation of the interface
PromptingKeyProvider.View. |
| de.schlichtherle.truezip.fs.archive.zip.raes | The archive driver family for RAES encrypted ZIP files, alias TZP files. |
| Uses of AesCipherParameters in de.schlichtherle.truezip.crypto.raes.param |
|---|
| Fields in de.schlichtherle.truezip.crypto.raes.param declared as AesCipherParameters | |
|---|---|
private AesCipherParameters |
KeyManagerRaesParameters.Type0.param
|
| Fields in de.schlichtherle.truezip.crypto.raes.param with type parameters of type AesCipherParameters | |
|---|---|
private KeyManager<AesCipherParameters> |
KeyManagerRaesParameters.manager
|
| Methods in de.schlichtherle.truezip.crypto.raes.param that return AesCipherParameters | |
|---|---|
AesCipherParameters |
AesCipherParameters.clone()
|
| Constructor parameters in de.schlichtherle.truezip.crypto.raes.param with type arguments of type AesCipherParameters | |
|---|---|
KeyManagerRaesParameters(KeyManager<AesCipherParameters> manager,
URI resource)
Constructs new RAES parameters using the given key manager. |
|
| Uses of AesCipherParameters in de.schlichtherle.truezip.crypto.raes.param.console |
|---|
| Method parameters in de.schlichtherle.truezip.crypto.raes.param.console with type arguments of type AesCipherParameters | |
|---|---|
void |
AesCipherParametersView.promptReadKey(PromptingKeyProvider.Controller<AesCipherParameters> controller,
boolean invalid)
|
void |
AesCipherParametersView.promptWriteKey(PromptingKeyProvider.Controller<AesCipherParameters> controller)
|
| Uses of AesCipherParameters in de.schlichtherle.truezip.crypto.raes.param.swing |
|---|
| Methods in de.schlichtherle.truezip.crypto.raes.param.swing with parameters of type AesCipherParameters | |
|---|---|
(package private) boolean |
WriteKeyPanel.updateParam(AesCipherParameters param)
|
(package private) boolean |
ReadKeyPanel.updateParam(AesCipherParameters param)
|
(package private) abstract boolean |
KeyPanel.updateParam(AesCipherParameters param)
|
| Method parameters in de.schlichtherle.truezip.crypto.raes.param.swing with type arguments of type AesCipherParameters | |
|---|---|
void |
AesCipherParametersView.promptReadKey(PromptingKeyProvider.Controller<AesCipherParameters> controller,
boolean invalid)
|
private void |
AesCipherParametersView.promptReadKeyEDT(PromptingKeyProvider.Controller<AesCipherParameters> controller,
boolean invalid)
This method is only called by the AWT Event Dispatch Thread, so it doesn't need to be thread safe. |
void |
AesCipherParametersView.promptWriteKey(PromptingKeyProvider.Controller<AesCipherParameters> controller)
|
private void |
AesCipherParametersView.promptWriteKeyEDT(PromptingKeyProvider.Controller<AesCipherParameters> controller)
This method is only called by the AWT Event Dispatch Thread, so it doesn't need to be thread safe. |
| Uses of AesCipherParameters in de.schlichtherle.truezip.fs.archive.zip.raes |
|---|
| Fields in de.schlichtherle.truezip.fs.archive.zip.raes with type parameters of type AesCipherParameters | |
|---|---|
private PromptingKeyManager<AesCipherParameters> |
PromptingKeyManagerService.manager
|
| Methods in de.schlichtherle.truezip.fs.archive.zip.raes that return types with arguments of type AesCipherParameters | |
|---|---|
(package private) KeyManager<AesCipherParameters> |
ZipRaesDriver.getKeyManager()
|
| Constructor parameters in de.schlichtherle.truezip.fs.archive.zip.raes with type arguments of type AesCipherParameters | |
|---|---|
PromptingKeyManagerService(PromptingKeyProvider.View<AesCipherParameters> view)
Constructs a new prompting key manager service using the given view. |
|
|
TrueZIP Driver ZIP.RAES (TZP) 7.1 | ||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||