![]()
Installing a Signlist
It may be inconvenient for users to be asked to be authenticated every time. The signlist is a list of client certificates that will always be used for the return signature if it matches one of the requested signer names, without asking the user. The calls setSignList( ) and getSignList( ) in CertificateManager do this. By default, an empty list is installed at startup.
Earlier versions of the ICEssl module contained an interface called CertificateListener. This interface does not supply support for client certificates. Usually this interface is installed using the ice.demo.CertificateWizard( ) class that installs itself when created. The methods addBlockingCertificateListener( ) and removeBlockingCertificateLister( ) in SSLSocket add and remove objects that implement this callback interface. It has been kept for backward compatibility, but is deprecated.
|
Copyright 2005. ICEsoft Technologies, Inc. http://www.icesoft.com |