File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
core/spring-boot/src/main/java/org/springframework/boot/ssl Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 32
32
* Configuration options that should be applied when establishing an SSL connection.
33
33
*
34
34
* @author Scott Frederick
35
+ * @author ganjisriver
35
36
* @since 3.1.0
36
37
* @see SslBundle#getOptions()
37
38
*/
@@ -51,15 +52,15 @@ default boolean isSpecified() {
51
52
}
52
53
53
54
/**
54
- * Return the ciphers that can be used or {@code null} . The cipher names in this set
55
+ * Return the ciphers that can be used or null. The cipher names in this set
55
56
* should be compatible with those supported by
56
57
* {@link SSLEngine#getSupportedCipherSuites()}.
57
58
* @return the ciphers that can be used or {@code null}
58
59
*/
59
60
String @ Nullable [] getCiphers ();
60
61
61
62
/**
62
- * Return the protocols that should be enabled or {@code null} . The protocols names in
63
+ * Return the protocols that should be enabled or null. The protocols names in
63
64
* this set should be compatible with those supported by
64
65
* {@link SSLEngine#getSupportedProtocols()}.
65
66
* @return the protocols to enable or {@code null}
You can’t perform that action at this time.
0 commit comments