X509ThumbprintParser 构造函数
定义
重载
X509ThumbprintParser() |
Empty constructor: Used only to keep GSON happy. |
X509ThumbprintParser(String json) |
Construct an X509ThumbprintParser object from json |
X509ThumbprintParser(String primaryThumbprint, String secondaryThumbprint) |
Construct an X509ThumbprintParser object with the provided thumbprints |
X509ThumbprintParser()
Empty constructor: Used only to keep GSON happy.
public X509ThumbprintParser()
X509ThumbprintParser(String json)
Construct an X509ThumbprintParser object from json
public X509ThumbprintParser(String json)
参数
- json
- String
the json to build with
X509ThumbprintParser(String primaryThumbprint, String secondaryThumbprint)
Construct an X509ThumbprintParser object with the provided thumbprints
public X509ThumbprintParser(String primaryThumbprint, String secondaryThumbprint)
参数
- primaryThumbprint
- String
the primary thumbprint to set
- secondaryThumbprint
- String
the secondary thumbprint to set