Uses of Class
net.webpdf.wsclient.openapi.AdminTrustStoreKeyStore
-
Packages that use AdminTrustStoreKeyStore Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest.administration -
-
Uses of AdminTrustStoreKeyStore in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return AdminTrustStoreKeyStore Modifier and Type Method Description AdminTrustStoreKeyStoreAdminTrustStoreKeyStore. addCertificatesItem(CertificateEntry certificatesItem)AdminTrustStoreKeyStoreAdminTrustStoreKeyStore. certificates(List<CertificateEntry> certificates)@Nullable AdminTrustStoreKeyStoreAdminServerConfiguration. getTrustStoreKeyStore()Get trustStoreKeyStoreAdminTrustStoreKeyStoreAdminTrustStoreKeyStore. keyStoreContent(String keyStoreContent)Methods in net.webpdf.wsclient.openapi with parameters of type AdminTrustStoreKeyStore Modifier and Type Method Description voidAdminServerConfiguration. setTrustStoreKeyStore(AdminTrustStoreKeyStore trustStoreKeyStore)AdminServerConfigurationAdminServerConfiguration. trustStoreKeyStore(AdminTrustStoreKeyStore trustStoreKeyStore) -
Uses of AdminTrustStoreKeyStore in net.webpdf.wsclient.session.rest.administration
Methods in net.webpdf.wsclient.session.rest.administration that return AdminTrustStoreKeyStore Modifier and Type Method Description @NotNull AdminTrustStoreKeyStoreAbstractAdministrationManager. fetchTrustStoreKeyStore()Gets theAdminTrustStoreKeyStorefrom the server updating the cached keystore.@NotNull AdminTrustStoreKeyStoreAdministrationManager. fetchTrustStoreKeyStore()Gets theAdminTrustStoreKeyStorefrom the server updating the cached keystore.@NotNull AdminTrustStoreKeyStoreAbstractAdministrationManager. getTrustStoreKeyStore()Gets the cachedAdminTrustStoreKeyStoreconfiguration of the server or fetches viaAdministrationManager.fetchTrustStoreKeyStore()if cache is empty@NotNull AdminTrustStoreKeyStoreAdministrationManager. getTrustStoreKeyStore()Gets the cachedAdminTrustStoreKeyStoreconfiguration of the server or fetches viaAdministrationManager.fetchTrustStoreKeyStore()if cache is emptyMethods in net.webpdf.wsclient.session.rest.administration with parameters of type AdminTrustStoreKeyStore Modifier and Type Method Description voidAbstractAdministrationManager. setTrustStoreKeyStore(@NotNull AdminTrustStoreKeyStore keystore)Sets theAdminTrustStoreKeyStoreof the server.voidAdministrationManager. setTrustStoreKeyStore(@NotNull AdminTrustStoreKeyStore keystore)Sets theAdminTrustStoreKeyStoreof the server.
-