Uses of Class
net.webpdf.wsclient.openapi.CertificateEntry
-
Packages that use CertificateEntry Package Description net.webpdf.wsclient.openapi -
-
Uses of CertificateEntry in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return CertificateEntry Modifier and Type Method Description CertificateEntryCertificateEntry. keyStoreOrigin(KeyStoreOrigin keyStoreOrigin)Methods in net.webpdf.wsclient.openapi that return types with arguments of type CertificateEntry Modifier and Type Method Description @Nullable List<CertificateEntry>AdminConnectorKeyStore. getCertificates()Defines the certificates contained in the keystore.@Nullable List<CertificateEntry>AdminGlobalKeyStore. getCertificates()Defines the certificates contained in the keystore.@Nullable List<CertificateEntry>AdminTrustStoreKeyStore. getCertificates()Defines the certificates contained in the keystore.@NotNull List<CertificateEntry>AuthUserCertificates. getCertificates()List of certificatesMethods in net.webpdf.wsclient.openapi with parameters of type CertificateEntry Modifier and Type Method Description AdminConnectorKeyStoreAdminConnectorKeyStore. addCertificatesItem(CertificateEntry certificatesItem)AdminGlobalKeyStoreAdminGlobalKeyStore. addCertificatesItem(CertificateEntry certificatesItem)AdminTrustStoreKeyStoreAdminTrustStoreKeyStore. addCertificatesItem(CertificateEntry certificatesItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type CertificateEntry Modifier and Type Method Description AdminConnectorKeyStoreAdminConnectorKeyStore. certificates(List<CertificateEntry> certificates)AdminGlobalKeyStoreAdminGlobalKeyStore. certificates(List<CertificateEntry> certificates)AdminTrustStoreKeyStoreAdminTrustStoreKeyStore. certificates(List<CertificateEntry> certificates)voidAdminConnectorKeyStore. setCertificates(List<CertificateEntry> certificates)voidAdminGlobalKeyStore. setCertificates(List<CertificateEntry> certificates)voidAdminTrustStoreKeyStore. setCertificates(List<CertificateEntry> certificates)Constructor parameters in net.webpdf.wsclient.openapi with type arguments of type CertificateEntry Constructor Description AuthUserCertificates(List<CertificateEntry> certificates, List<KeyStoreEntry> keyStores)
-