public interface ISslOption
| 限定符和类型 | 方法和说明 |
|---|---|
InputStream |
getCertStream()
Gets cert stream.
|
String |
getKeyPassword()
Gets key password.
|
InputStream |
getKeyStream()
Gets key stream.
|
default String |
getTrustStoreKeyType()
Gets trust store key type
|
String |
getTrustStorePassword()
Gets trust store password.
|
InputStream |
getTrustStoreStream()
Gets trust store stream.
|
boolean |
isSmTLSSupport()
Is support SM TLS
|
InputStream getKeyStream()
InputStream getCertStream()
String getKeyPassword()
InputStream getTrustStoreStream()
String getTrustStorePassword()
boolean isSmTLSSupport()
default String getTrustStoreKeyType()
Copyright © 2022. All rights reserved.