public class SSLInfo extends Object
| Constructor and Description |
|---|
SSLInfo(SSLSession session) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCipherSuite() |
Certificate[] |
getLocalCertificates() |
Principal |
getLocalPrincipal() |
Certificate[] |
getPeerCertificates() |
Principal |
getPeerPrincipal() |
boolean |
isPeerUnverified() |
public SSLInfo(SSLSession session)
public String getCipherSuite()
public Certificate[] getLocalCertificates()
public Principal getLocalPrincipal()
public Certificate[] getPeerCertificates()
public Principal getPeerPrincipal()
public boolean isPeerUnverified()
Copyright © 2019. All rights reserved.