类 InstallCert
java.lang.Object
cn.lnkdoc.sdk.uia.common.util.cert.InstallCert
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static voidgenerateTrustStore(String domain) gen trust storestatic voidgenerateTrustStore(String domain, String password) gen truststatic voidmain
-
构造器详细资料
-
InstallCert
public InstallCert()
-
-
方法详细资料
-
main
main- 参数:
args- args- 抛出:
Exception- ex
-
generateTrustStore
public static void generateTrustStore(String domain) throws NoSuchAlgorithmException, CertificateException, IOException, KeyStoreException, KeyManagementException gen trust store- 参数:
domain- domain- 抛出:
NoSuchAlgorithmException- NoSuchAlgorithmExceptionCertificateException- CertificateExceptionIOException- IOExceptionKeyStoreException- KeyStoreExceptionKeyManagementException- KeyManagementException
-
generateTrustStore
public static void generateTrustStore(String domain, String password) throws NoSuchAlgorithmException, CertificateException, IOException, KeyStoreException, KeyManagementException gen trust- 参数:
domain- domainpassword- password- 抛出:
NoSuchAlgorithmException- exCertificateException- exIOException- exKeyStoreException- exKeyManagementException- ex
-