File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
spring-boot-project/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 30
30
* Configuration options that should be applied when establishing an SSL connection.
31
31
*
32
32
* @author Scott Frederick
33
+ * @author Jeonghun Kang
33
34
* @since 3.1.0
34
35
* @see SslBundle#getOptions()
35
36
*/
@@ -49,15 +50,15 @@ default boolean isSpecified() {
49
50
}
50
51
51
52
/**
52
- * Return the ciphers that can be used or an empty set . The cipher names in this set
53
+ * Return the ciphers that can be used or null . The cipher names in this set
53
54
* should be compatible with those supported by
54
55
* {@link SSLEngine#getSupportedCipherSuites()}.
55
56
* @return the ciphers that can be used or {@code null}
56
57
*/
57
58
String [] getCiphers ();
58
59
59
60
/**
60
- * Return the protocols that should be enabled or an empty set . The protocols names in
61
+ * Return the protocols that should be enabled or null . The protocols names in
61
62
* this set should be compatible with those supported by
62
63
* {@link SSLEngine#getSupportedProtocols()}.
63
64
* @return the protocols to enable or {@code null}
You can’t perform that action at this time.
0 commit comments