|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SSLCertificate in com.glub.secureftp.bean |
---|
Methods in com.glub.secureftp.bean with parameters of type SSLCertificate | |
---|---|
boolean |
SSLSessionManager.continueWithCertificateHostMismatch(SSLCertificate cert,
String actualHost,
String certHost)
If the server sends a certificate which doesn't match the hostname, this method will be called. |
boolean |
SSLSessionManager.continueWithExpiredCertificate(SSLCertificate cert)
If the server sends an expired certificate, this method will be called. |
boolean |
SSLSessionManager.continueWithInvalidCertificate(SSLCertificate cert)
If the server sends an invalid certificate, this method will be called. |
short |
SSLSessionManager.newCertificateEncountered(SSLCertificate cert)
If the certificate sent by the FTP server is not found in the key store, this method will be called. |
short |
SSLSessionManager.replaceCertificate(SSLCertificate oldCert,
SSLCertificate newCert)
If a certificate is found in the key store and a new one that matches the same name is sent from the FTP server, this method will be called. |
void |
SSLSessionManager.setCurrentCertificate(SSLCertificate cert)
When a certificate is encountered from the FTP server, this method will be called. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |