Uses of Interface
com.iizix.comm.ICertificateUI
Uses of ICertificateUI in com.iizigo.ssl
Modifier and TypeClassDescriptionclass
The implementing class for Certificate UI callback for SSL.Uses of ICertificateUI in com.iizix.jre
Modifier and TypeMethodDescriptionstatic KeyManager[]
ControlPanel.getDeploymentClientCertificates
(ICertificateUI callback, boolean isVerbose) Gets the array of client certificates from deployment information.Uses of ICertificateUI in com.iizix.prop
Modifier and TypeMethodDescriptionSSLCommProps.getCallback()
Gets the callback assigned to the properties.Modifier and TypeMethodDescriptionSSLCommProps.getClientCertificateKeyManagers
(String serverDescription, char[] password, ICertificateUI callback) Gets the keystore for the Client Certificate.void
SSLCommProps.setCallback
(ICertificateUI callback) Assigns the callback interface to this instance of the properties.