Uses of Interface
com.iizix.comm.ICertificateUI
Packages that use ICertificateUI Package Description com.iizigo.ssl com.iizix.jre com.iizix.prop Uses of ICertificateUI in com.iizigo.ssl
Classes in com.iizigo.ssl that implement ICertificateUI Modifier and Type Class Description class
CertificateUI
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 ICertificateUI Modifier and Type Method Description static javax.net.ssl.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 ICertificateUI Modifier and Type Method Description ICertificateUI
SSLCommProps. getCallback()
Gets the callback assigned to the properties.Methods in com.iizix.prop with parameters of type ICertificateUI Modifier and Type Method Description javax.net.ssl.KeyManager[]
SSLCommProps. getClientCertificateKeyManagers(java.lang.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.