private static final class KeyManagement.SimpleView extends Object implements PromptingKeyProvider.View<AesCipherParameters>
| Modifier and Type | Field and Description |
|---|---|
private AesCipherParameters |
params |
| Constructor and Description |
|---|
KeyManagement.SimpleView(char[] password) |
| Modifier and Type | Method and Description |
|---|---|
void |
promptReadKey(PromptingKeyProvider.Controller<AesCipherParameters> controller,
boolean invalid) |
void |
promptWriteKey(PromptingKeyProvider.Controller<AesCipherParameters> controller) |
private final AesCipherParameters params
public void promptWriteKey(PromptingKeyProvider.Controller<AesCipherParameters> controller)
promptWriteKey in interface PromptingKeyProvider.View<AesCipherParameters>public void promptReadKey(PromptingKeyProvider.Controller<AesCipherParameters> controller, boolean invalid)
promptReadKey in interface PromptingKeyProvider.View<AesCipherParameters>Copyright © 2005-2011 Schlichtherle IT Services. All Rights Reserved.