public class AppMerchant extends Object
| Modifier and Type | Field and Description |
|---|---|
private String |
apiV3Secret |
private String |
appid |
private com.nimbusds.jose.jwk.JWK |
merchantJwk |
| Constructor and Description |
|---|
AppMerchant(String appid,
String apiV3Secret,
com.nimbusds.jose.jwk.JWK merchantJwk)
商户证书初始化参数
|
| Modifier and Type | Method and Description |
|---|---|
AuthType |
authType()
签名类型
|
String |
merchantId()
获取商户号
|
PrivateKey |
privateKey()
获取私钥
|
PublicKey |
publicKey()
获取公钥
|
String |
serialNumber()
证书序列号
|
String |
toString() |
private final String appid
private final String apiV3Secret
private final com.nimbusds.jose.jwk.JWK merchantJwk
public String merchantId()
public AuthType authType()
public PrivateKey privateKey()
public PublicKey publicKey()
public String serialNumber()
Copyright © 2023. All rights reserved.