public class FinanceAntiFraudCryptoFilter extends AbstractModel
| Constructor and Description |
|---|
FinanceAntiFraudCryptoFilter() |
FinanceAntiFraudCryptoFilter(FinanceAntiFraudCryptoFilter source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCryptoContent()
Get 业务字段BusinessSecurityData的json数据格式,采用CryptoType相应的加密方式计算后得到的bash64编码内容。比如对{"PhoneNumber":"13430420001","IdNumber":"420115199501010001","BankCardNumber":"6214000100010001"}包体做加密。
|
String |
getCryptoType()
Get 值1定义:AES加密方式[加密模式ECB;填充格式pkcs7padding;秘钥16字节即128位
|
void |
setCryptoContent(String CryptoContent)
Set 业务字段BusinessSecurityData的json数据格式,采用CryptoType相应的加密方式计算后得到的bash64编码内容。比如对{"PhoneNumber":"13430420001","IdNumber":"420115199501010001","BankCardNumber":"6214000100010001"}包体做加密。
|
void |
setCryptoType(String CryptoType)
Set 值1定义:AES加密方式[加密模式ECB;填充格式pkcs7padding;秘钥16字节即128位
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonStringpublic FinanceAntiFraudCryptoFilter()
public FinanceAntiFraudCryptoFilter(FinanceAntiFraudCryptoFilter source)
public String getCryptoType()
public void setCryptoType(String CryptoType)
CryptoType - 值1定义:AES加密方式[加密模式ECB;填充格式pkcs7padding;秘钥16字节即128位public String getCryptoContent()
public void setCryptoContent(String CryptoContent)
CryptoContent - 业务字段BusinessSecurityData的json数据格式,采用CryptoType相应的加密方式计算后得到的bash64编码内容。比如对{"PhoneNumber":"13430420001","IdNumber":"420115199501010001","BankCardNumber":"6214000100010001"}包体做加密。Copyright © 2022. All rights reserved.