You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: quickfixj-core/src/test/java/quickfix/test/util/SSLUtil.java
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,8 +17,8 @@
17
17
importjava.security.cert.Certificate;
18
18
19
19
/**
20
-
* A utility class for working with SSL/TLS sessions and retrieving SSL-related information from a {@link Session}. This class provides methods to find the underlying {@link SSLSession}, retrieve peer
21
-
* certificates, and get the peer principal.
20
+
* A utility class for working with SSL/TLS sessions and retrieving SSL-related information from a {@link Session}.
21
+
* This class provides methods to find the underlying {@link SSLSession}, retrieve peer certificates, and get the peer principal etc.
0 commit comments