|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
This interface is invoked everytime the SSL-layer needs feedback from the application or the application needs to be notified about errors etc. The application must supply an implementation of this interface, and register it in SSLSocket using the setCertificateCallback method.
SSLSocket.setCertificateCallback(ice.ssl.CertificateCallback)| Method Summary | |
boolean |
acceptCertificate(X509Certificate[] certs,
SSLSocket socket)
Method invoked when a certificate is received. |
X509Certificate[] |
selectName(X500Name[] names)
This method is invoked everytime the SSL layer recieves a certificate request. |
PrivateKey |
supplyPrivateKey(X509Certificate cert)
Given a client certificate, supply the private key that belongs to it |
| Method Detail |
public boolean acceptCertificate(X509Certificate[] certs,
SSLSocket socket)
public X509Certificate[] selectName(X500Name[] names)
public PrivateKey supplyPrivateKey(X509Certificate cert)
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||