public class HsmInfo extends AbstractModel
header, skipSign| Constructor and Description | 
|---|
| HsmInfo() | 
| HsmInfo(HsmInfo 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 | getHsmType()Get 加密机母机类型:virtualization、GHSM、EHSM、SHSM | 
| String | getModel()Get 加密机型号 | 
| VsmInfo[] | getVsmTypes()Get 此类型的加密机所支持的VSM类型列表 | 
| void | setHsmType(String HsmType)Set 加密机母机类型:virtualization、GHSM、EHSM、SHSM | 
| void | setModel(String Model)Set 加密机型号 | 
| void | setVsmTypes(VsmInfo[] VsmTypes)Set 此类型的加密机所支持的VSM类型列表 | 
| void | toMap(HashMap<String,String> map,
     String prefix)Internal implementation, normal users should not use it. | 
any, fromJsonString, getBinaryParams, GetHeader, getMultipartRequestParams, getSkipSign, isStream, set, SetHeader, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, setSkipSign, toJsonStringpublic HsmInfo()
public HsmInfo(HsmInfo source)
public String getModel()
public void setModel(String Model)
Model - 加密机型号public VsmInfo[] getVsmTypes()
public void setVsmTypes(VsmInfo[] VsmTypes)
VsmTypes - 此类型的加密机所支持的VSM类型列表public String getHsmType()
public void setHsmType(String HsmType)
HsmType - 加密机母机类型:virtualization、GHSM、EHSM、SHSMCopyright © 2025. All rights reserved.