Uses of Class
net.webpdf.wsclient.openapi.KeyStorePassword
-
Packages that use KeyStorePassword Package Description net.webpdf.wsclient.openapi net.webpdf.wsclient.session.rest -
-
Uses of KeyStorePassword in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return KeyStorePassword Modifier and Type Method Description KeyStorePasswordKeyStorePassword. aliases(Map<String,String> aliases)KeyStorePasswordKeyStorePassword. keyStorePassword(String keyStorePassword)KeyStorePasswordKeyStorePassword. putAliasesItem(String key, String aliasesItem) -
Uses of KeyStorePassword in net.webpdf.wsclient.session.rest
Methods in net.webpdf.wsclient.session.rest with parameters of type KeyStorePassword Modifier and Type Method Description @Nullable AuthUserCertificatesAbstractRestSession. updateCertificates(String keystoreName, KeyStorePassword keyStorePassword)Updates theKeyStorePasswords for specific keystore and returns theAuthUserCertificatesfor the currently logged-in user afterward.@Nullable AuthUserCertificatesRestSession. updateCertificates(String keystoreName, KeyStorePassword keyStorePassword)Updates theKeyStorePasswords for specific keystore and returns theAuthUserCertificatesfor the currently logged-in user afterward.
-