org.apache.tomcat.util.net
Interface SSLSupport


public interface SSLSupport


Method Summary
 java.lang.String getCipherSuite()
           
 java.lang.Object[] getPeerCertificateChain()
           
 

Method Detail

getCipherSuite

public java.lang.String getCipherSuite()
                                throws java.io.IOException

getPeerCertificateChain

public java.lang.Object[] getPeerCertificateChain()
                                           throws java.io.IOException


Copyright © 2001 Apache Software Foundation. All Rights Reserved.