接口的使用
cn.taketoday.core.ssl.pem.PemSslStore
使用PemSslStore的程序包
-
cn.taketoday.core.ssl.pem中PemSslStore的使用
修饰符和类型方法说明static PemSslStorePemSslStore.load(PemSslStoreDetails details) Return aPemSslStoreinstance loaded using the givenPemSslStoreDetails.static PemSslStorePemSslStore.of(String type, String alias, String password, List<X509Certificate> certificates, PrivateKey privateKey) Factory method that can be used to create a newPemSslStorewith the given values.static PemSslStorePemSslStore.of(String type, List<X509Certificate> certificates, PrivateKey privateKey) Factory method that can be used to create a newPemSslStorewith the given values.static PemSslStorePemSslStore.of(List<X509Certificate> certificates, PrivateKey privateKey) Factory method that can be used to create a newPemSslStorewith the given values.default PemSslStoreReturn a newPemSslStoreinstance with a new alias.default PemSslStorePemSslStore.withPassword(String password) Return a newPemSslStoreinstance with a new password.参数类型为PemSslStore的cn.taketoday.core.ssl.pem中的方法修饰符和类型方法说明private static KeyStorePemSslStoreBundle.createKeyStore(String name, PemSslStore pemSslStore, String alias) 参数类型为PemSslStore的cn.taketoday.core.ssl.pem中的构造器限定符构造器说明PemSslStoreBundle(PemSslStore pemKeyStore, PemSslStore pemTrustStore) Create a newPemSslStoreBundleinstance.