public class SslOption extends Object implements ISslOption
| 限定符和类型 | 类和说明 |
|---|---|
static class |
SslOption.Builder |
| 构造器和说明 |
|---|
SslOption() |
| 限定符和类型 | 方法和说明 |
|---|---|
InputStream |
getCertStream()
Gets cert stream.
|
InputStream |
getInputStream(String filePath) |
String |
getKeyPassword()
Gets key password.
|
InputStream |
getKeyStream()
Gets key stream.
|
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
|
public InputStream getKeyStream()
ISslOptiongetKeyStream 在接口中 ISslOptionpublic InputStream getInputStream(String filePath)
public InputStream getCertStream()
ISslOptiongetCertStream 在接口中 ISslOptionpublic String getKeyPassword()
ISslOptiongetKeyPassword 在接口中 ISslOptionpublic InputStream getTrustStoreStream()
ISslOptiongetTrustStoreStream 在接口中 ISslOptionpublic String getTrustStorePassword()
ISslOptiongetTrustStorePassword 在接口中 ISslOptionpublic String getTrustStoreKeyType()
ISslOptiongetTrustStoreKeyType 在接口中 ISslOptionpublic boolean isSmTLSSupport()
ISslOptionisSmTLSSupport 在接口中 ISslOptionCopyright © 2022. All rights reserved.