com.eviware.soapui.impl.wsdl.submit.transports.http
Class SSLInfo
java.lang.Object
com.eviware.soapui.impl.wsdl.submit.transports.http.SSLInfo
public class SSLInfo
- extends java.lang.Object
Holder for SSL-Related details for a request/response interchange
- Author:
- ole.matzura
Constructor Summary |
SSLInfo(javax.net.ssl.SSLSocket socket)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SSLInfo
public SSLInfo(javax.net.ssl.SSLSocket socket)
getCipherSuite
public java.lang.String getCipherSuite()
getLocalCertificates
public java.security.cert.Certificate[] getLocalCertificates()
getLocalPrincipal
public java.security.Principal getLocalPrincipal()
getPeerCertificates
public java.security.cert.Certificate[] getPeerCertificates()
getPeerPrincipal
public java.security.Principal getPeerPrincipal()
isPeerUnverified
public boolean isPeerUnverified()
Copyright © 2005-2008 eviware.com. All Rights Reserved.