| Modifier and Type | Field and Description |
|---|---|
static boolean |
DEBUG |
| Constructor and Description |
|---|
TlsTest() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
static boolean |
tlsTest(CharSequence jidCs,
String password,
String host,
int port,
String tlsPin,
boolean shouldThrow) |
static boolean |
tlsTest(org.jxmpp.jid.EntityBareJid jid,
String password,
String host,
int port,
String tlsPin,
boolean shouldThrow) |
static void |
tlsTest(int runs,
CharSequence jidCs,
String password,
String host,
int port,
String tlsPin,
boolean shouldThrow) |
static void |
tlsTest(String runsString,
CharSequence jidCs,
String password,
String host,
String portString,
String tlsPin,
boolean shouldThrow) |
public static boolean DEBUG
public TlsTest()
public static void main(String[] args) throws org.jxmpp.stringprep.XmppStringprepException, KeyManagementException, NoSuchAlgorithmException
org.jxmpp.stringprep.XmppStringprepExceptionKeyManagementExceptionNoSuchAlgorithmExceptionpublic static void tlsTest(String runsString, CharSequence jidCs, String password, String host, String portString, String tlsPin, boolean shouldThrow) throws org.jxmpp.stringprep.XmppStringprepException, KeyManagementException, NoSuchAlgorithmException
org.jxmpp.stringprep.XmppStringprepExceptionKeyManagementExceptionNoSuchAlgorithmExceptionpublic static void tlsTest(int runs, CharSequence jidCs, String password, String host, int port, String tlsPin, boolean shouldThrow) throws org.jxmpp.stringprep.XmppStringprepException, KeyManagementException, NoSuchAlgorithmException
org.jxmpp.stringprep.XmppStringprepExceptionKeyManagementExceptionNoSuchAlgorithmExceptionpublic static boolean tlsTest(CharSequence jidCs, String password, String host, int port, String tlsPin, boolean shouldThrow) throws org.jxmpp.stringprep.XmppStringprepException, KeyManagementException, NoSuchAlgorithmException
org.jxmpp.stringprep.XmppStringprepExceptionKeyManagementExceptionNoSuchAlgorithmExceptionpublic static boolean tlsTest(org.jxmpp.jid.EntityBareJid jid, String password, String host, int port, String tlsPin, boolean shouldThrow) throws KeyManagementException, NoSuchAlgorithmException