|
Class DialogAuthenticator
|
| Inner Class Summary | |
|---|---|
private final class |
Entries we stick into the combo list |
private final static class |
Swing user interface for password entry and identity selection. |
private final static class |
Handler for key events. |
| Field Summary | |
|---|---|
X509Certificate |
|
ID |
|
String |
|
private final JButton |
|
private boolean |
|
private final JLabel |
|
private final JComboBox |
|
private final JPasswordField |
|
private final JLabel |
|
private boolean |
|
private final JButton |
|
private final X509Certificate |
|
private final EncryptedPrivateKeyInfo |
|
private final PeerID |
|
private final JPasswordField |
|
private final JLabel |
|
| Constructor Summary | |
|---|---|
DialogAuthenticator(PSEMembershipService source, AuthenticationCredential application) Creates an authenticator for the PSE membership service. |
|
DialogAuthenticator(PSEMembershipService source, AuthenticationCredential application, X509Certificate seedCert, EncryptedPrivateKeyInfo seedKey) Creates an authenticator for the PSE membership service. |
|
JComboEntry(ID entryID, X509Certificate itsCert) |
|
PasswordDialog(PeerID seedPeer, X509Certificate seedCert, EncryptedPrivateKeyInfo seedKey) Dialog to prompt for a password |
|
| Method Summary | |
|---|---|
public String |
{@inheritDoc} |
public boolean |
interact() {@inheritDoc} |
public String |
toString() {@inheritDoc} |
public void |
actionPerformed(ActionEvent e) {@inheritDoc} |
public ID |
Returns the selected Identity. |
public char[] |
Returns the Identity password. |
public char[] |
Returns the KeyStore password. |
public void |
keyReleased(KeyEvent e) {@inheritDoc} |
private void |
|
public void |
|
public boolean |
Returns the final state of the dialog. |
| Constructor Detail |
| Method Detail |