public class SSLManagerCommand extends AbstractAction
By selecting a *.p12 file as your keystore (your PKCS#12) format file, you can have a whopping one key keystore. The advantage is that you can test a connection using the assigned Certificate from a Certificate Authority.
TODO ? N.B. The present implementation does not seem to allow selection of keys, it only allows a change of keystore at run-time, or to provide one if not already defined via the property.Constructor and Description |
---|
SSLManagerCommand() |
Modifier and Type | Method and Description |
---|---|
void |
doAction(ActionEvent e)
Handle the "sslmanager" action by displaying the "SSL CLient Manager"
dialog box.
|
Set<String> |
getActionNames()
Provide the list of Action names that are available in this command.
|
getParentFrame, popupCheckExistingFileListener, popupShouldSave
public void doAction(ActionEvent e)
doAction
in interface Command
doAction
in class AbstractAction
Command.doAction(ActionEvent)
Copyright © 1998-2019 Apache Software Foundation. All Rights Reserved.