public interface MWSSLServerAuthorizer
| Modifier and Type | Method and Description |
|---|---|
boolean |
authorize(Certificate serverCert)
Authorize a server based on its certificate
|
boolean |
isCertificateRequired()
Check to see if the client needs a server certificate
|
boolean authorize(Certificate serverCert)
serverCert - Server certificate provided during the SSL handshakeboolean isCertificateRequired()
Copyright © 2015–2021. All rights reserved.