⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 sslconfig.html

📁 开源软件openfire的API文件。进行openfire的二次开发所必需的工具。
💻 HTML
📖 第 1 页 / 共 2 页
字号:
</DD></DL><HR><A NAME="getc2sTrustPassword()"><!-- --></A><H3>getc2sTrustPassword</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getc2sTrustPassword</B>()</PRE><DL><DD>Return the Trust Store password for c2s connections.<P><DD><DL><DT><B>Returns:</B><DD>the c2s trust store password.</DL></DD></DL><HR><A NAME="getDefaultCipherSuites()"><!-- --></A><H3>getDefaultCipherSuites</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] <B>getDefaultCipherSuites</B>()</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="getSupportedCipherSuites()"><!-- --></A><H3>getSupportedCipherSuites</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A>[] <B>getSupportedCipherSuites</B>()</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="getKeyStore()"><!-- --></A><H3>getKeyStore</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/security/KeyStore.html" title="class or interface in java.security">KeyStore</A> <B>getKeyStore</B>()                            throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD>Get the Key Store<P><DD><DL><DT><B>Returns:</B><DD>the Key Store<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL></DD></DL><HR><A NAME="gets2sTrustStore()"><!-- --></A><H3>gets2sTrustStore</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/security/KeyStore.html" title="class or interface in java.security">KeyStore</A> <B>gets2sTrustStore</B>()                                 throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD>Get the Trust Store for s2s connections<P><DD><DL><DT><B>Returns:</B><DD>the s2s Trust Store<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL></DD></DL><HR><A NAME="getc2sTrustStore()"><!-- --></A><H3>getc2sTrustStore</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/security/KeyStore.html" title="class or interface in java.security">KeyStore</A> <B>getc2sTrustStore</B>()                                 throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD>Get the Trust Store for c2s connections<P><DD><DL><DT><B>Returns:</B><DD>the c2s Trust Store<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL></DD></DL><HR><A NAME="initializeKeyStore()"><!-- --></A><H3>initializeKeyStore</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/security/KeyStore.html" title="class or interface in java.security">KeyStore</A> <B>initializeKeyStore</B>()</PRE><DL><DD>Initializes (wipes and recreates) the keystore, and returns the new keystore.<P><DD><DL><DT><B>Returns:</B><DD>Newly initialized keystore.</DL></DD></DL><HR><A NAME="saveStores()"><!-- --></A><H3>saveStores</H3><PRE>public static void <B>saveStores</B>()                       throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD>Save all key and trust stores.<P><DD><DL><DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL></DD></DL><HR><A NAME="createServerSocket(int, java.net.InetAddress)"><!-- --></A><H3>createServerSocket</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/net/ServerSocket.html" title="class or interface in java.net">ServerSocket</A> <B>createServerSocket</B>(int&nbsp;port,                                              <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/net/InetAddress.html" title="class or interface in java.net">InetAddress</A>&nbsp;ifAddress)                                       throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD>Create a ServerSocket for s2s connections<P><DD><DL><DT><B>Returns:</B><DD>the ServerSocket for an s2s connection<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL></DD></DL><HR><A NAME="createc2sServerSocket(int, java.net.InetAddress)"><!-- --></A><H3>createc2sServerSocket</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/net/ServerSocket.html" title="class or interface in java.net">ServerSocket</A> <B>createc2sServerSocket</B>(int&nbsp;port,                                                 <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/net/InetAddress.html" title="class or interface in java.net">InetAddress</A>&nbsp;ifAddress)                                          throws <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></PRE><DL><DD>Create a ServerSocket for c2s connections<P><DD><DL><DT><B>Returns:</B><DD>the ServerSocket for an c2s connection<DT><B>Throws:</B><DD><CODE><A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/io/IOException.html" title="class or interface in java.io">IOException</A></CODE></DL></DD></DL><HR><A NAME="getKeystoreLocation()"><!-- --></A><H3>getKeystoreLocation</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getKeystoreLocation</B>()</PRE><DL><DD>Get the Key Store location<P><DD><DL><DT><B>Returns:</B><DD>the keystore location</DL></DD></DL><HR><A NAME="gets2sTruststoreLocation()"><!-- --></A><H3>gets2sTruststoreLocation</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>gets2sTruststoreLocation</B>()</PRE><DL><DD>Get the s2s Trust Store location<P><DD><DL><DT><B>Returns:</B><DD>the s2s Trust Store location</DL></DD></DL><HR><A NAME="getc2sTruststoreLocation()"><!-- --></A><H3>getc2sTruststoreLocation</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getc2sTruststoreLocation</B>()</PRE><DL><DD>Get the c2s Trust Store location<P><DD><DL><DT><B>Returns:</B><DD>the c2s Trust Store location</DL></DD></DL><HR><A NAME="getStoreType()"><!-- --></A><H3>getStoreType</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>getStoreType</B>()</PRE><DL><DD><DL></DL></DD></DL><HR><A NAME="getSSLContext()"><!-- --></A><H3>getSSLContext</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/net/ssl/SSLContext.html" title="class or interface in javax.net.ssl">SSLContext</A> <B>getSSLContext</B>()</PRE><DL><DD>Get the SSLContext for s2s connections<P><DD><DL><DT><B>Returns:</B><DD>the SSLContext for s2s connections</DL></DD></DL><HR><A NAME="getc2sSSLContext()"><!-- --></A><H3>getc2sSSLContext</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/net/ssl/SSLContext.html" title="class or interface in javax.net.ssl">SSLContext</A> <B>getc2sSSLContext</B>()</PRE><DL><DD>Get the SSLContext for c2s connections<P><DD><DL><DT><B>Returns:</B><DD>the SSLContext for c2s connections</DL></DD></DL><HR><A NAME="getServerSocketFactory()"><!-- --></A><H3>getServerSocketFactory</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/net/ssl/SSLServerSocketFactory.html" title="class or interface in javax.net.ssl">SSLServerSocketFactory</A> <B>getServerSocketFactory</B>()</PRE><DL><DD>Get the SSLServerSocketFactory for s2s connections<P><DD><DL><DT><B>Returns:</B><DD>the SSLServerSocketFactory for s2s connections</DL></DD></DL><HR><A NAME="getc2sServerSocketFactory()"><!-- --></A><H3>getc2sServerSocketFactory</H3><PRE>public static <A HREF="http://java.sun.com/j2se/1.5.0/docs/api/javax/net/ssl/SSLServerSocketFactory.html" title="class or interface in javax.net.ssl">SSLServerSocketFactory</A> <B>getc2sServerSocketFactory</B>()</PRE><DL><DD>Get the SSLServerSocketFactory for c2s connections<P><DD><DL><DT><B>Returns:</B><DD>the SSLServerSocketFactory for c2s connections</DL></DD></DL><!-- ========= END OF CLASS DATA ========= --><HR><!-- ======= START OF BOTTOM NAVBAR ====== --><A NAME="navbar_bottom"><!-- --></A><A HREF="#skip-navbar_bottom" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=2 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_bottom_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-summary.html"><FONT CLASS="NavBarFont1"><B>Package</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Class</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Openfire 3.6.0a Javadoc</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../../../org/jivesoftware/openfire/net/SocketSendingTracker.html" title="class in org.jivesoftware.openfire.net"><B>PREV CLASS</B></A>&nbsp;&nbsp;<A HREF="../../../../org/jivesoftware/openfire/net/SSLJiveKeyManager.html" title="class in org.jivesoftware.openfire.net"><B>NEXT CLASS</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../../../index.html?org/jivesoftware/openfire/net/SSLConfig.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="SSLConfig.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR><TR><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">  SUMMARY:&nbsp;NESTED&nbsp;|&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_summary">METHOD</A></FONT></TD><TD VALIGN="top" CLASS="NavBarCell3"><FONT SIZE="-2">DETAIL:&nbsp;FIELD&nbsp;|&nbsp;CONSTR&nbsp;|&nbsp;<A HREF="#method_detail">METHOD</A></FONT></TD></TR></TABLE><A NAME="skip-navbar_bottom"></A><!-- ======== END OF BOTTOM NAVBAR ======= --><HR><i>Copyright &copy; 2003-2008 Jive Software.</i></BODY></HTML>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -