public final class YopCertConfig extends Object implements Serializable
| 构造器和说明 |
|---|
YopCertConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppKey() |
CertTypeEnum |
getCertType() |
String |
getPassword() |
CertStoreType |
getStoreType() |
String |
getValue() |
void |
setAppKey(String appKey) |
void |
setCertType(CertTypeEnum certType) |
void |
setPassword(String password) |
void |
setStoreType(CertStoreType storeType) |
void |
setValue(String value) |
String |
toString() |
YopCertConfig |
withAppKey(String appKey) |
YopCertConfig |
withCertType(CertTypeEnum certType) |
YopCertConfig |
withPassword(String password) |
YopCertConfig |
withStoreType(CertStoreType storeType) |
YopCertConfig |
withValue(String value) |
public String getAppKey()
public void setAppKey(String appKey)
public YopCertConfig withAppKey(String appKey)
public CertStoreType getStoreType()
public void setStoreType(CertStoreType storeType)
public YopCertConfig withStoreType(CertStoreType storeType)
public CertTypeEnum getCertType()
public void setCertType(CertTypeEnum certType)
public YopCertConfig withCertType(CertTypeEnum certType)
public String getPassword()
public void setPassword(String password)
public YopCertConfig withPassword(String password)
public String getValue()
public void setValue(String value)
public YopCertConfig withValue(String value)
Copyright © 2024. All rights reserved.