BaseDevice.setThumbprint(String primaryThumbprint, String secondaryThumbprint) 方法
定义
Setter for X509 thumbprint as of service-client version 1.15.1, please use setThumbprintFinal(String primaryThumbprint, String secondaryThumbprint)
public void setThumbprint(String primaryThumbprint, String secondaryThumbprint)
参数
- primaryThumbprint
- String
the primary thumbprint to set
- secondaryThumbprint
- String
the secondary thumbprint to set
例外
IllegalArgumentException
if primaryThumbprint or secondaryThumbprint is null or empty