public class YopAppConfig extends Object implements Serializable
| 限定符和类型 | 类和说明 |
|---|---|
static class |
YopAppConfig.Builder |
| 构造器和说明 |
|---|
YopAppConfig() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAppKey() |
List<YopCertConfig> |
getIsvEncryptKey()
已过时。
|
Map<CertTypeEnum,Object> |
getIsvPrivateKeys() |
PrivateKey |
loadPrivateKey(CertTypeEnum certType) |
void |
setAppKey(String appKey) |
void |
setIsvEncryptKeyList(List<YopCertConfig> isvEncryptKeyList)
已过时。
|
void |
setIsvPrivateKey(List<YopCertConfig> isvPrivateKeys) |
public String getAppKey()
public void setAppKey(String appKey)
public void setIsvPrivateKey(List<YopCertConfig> isvPrivateKeys)
public Map<CertTypeEnum,Object> getIsvPrivateKeys()
public PrivateKey loadPrivateKey(CertTypeEnum certType)
@Deprecated public List<YopCertConfig> getIsvEncryptKey()
@Deprecated public void setIsvEncryptKeyList(List<YopCertConfig> isvEncryptKeyList)
Copyright © 2024. All rights reserved.