Uses of Interface
com.iizix.comm.ICertificateUI
Packages that use ICertificateUI
Uses of ICertificateUI in com.iizigo.ssl
Classes in com.iizigo.ssl that implement ICertificateUIModifier and TypeClassDescriptionclass
The implementing class for Certificate UI callback for SSL.Uses of ICertificateUI in com.iizix.jre
Methods in com.iizix.jre with parameters of type ICertificateUIModifier 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
Methods in com.iizix.prop that return ICertificateUIModifier and TypeMethodDescriptionSSLCommProps.getCallback()
Gets the callback assigned to the properties.Methods in com.iizix.prop with parameters of type ICertificateUIModifier 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.