Uses of Class
net.webpdf.wsclient.openapi.ApplicationConfigKeystoreEntry
-
Packages that use ApplicationConfigKeystoreEntry Package Description net.webpdf.wsclient.openapi -
-
Uses of ApplicationConfigKeystoreEntry in net.webpdf.wsclient.openapi
Methods in net.webpdf.wsclient.openapi that return ApplicationConfigKeystoreEntry Modifier and Type Method Description ApplicationConfigKeystoreEntryApplicationConfigKeystoreEntry. alias(String alias)ApplicationConfigKeystoreEntryApplicationConfigKeystoreEntry. password(String password)Methods in net.webpdf.wsclient.openapi that return types with arguments of type ApplicationConfigKeystoreEntry Modifier and Type Method Description @Nullable List<ApplicationConfigKeystoreEntry>ApplicationConfigKeystore. getEntry()Get entryMethods in net.webpdf.wsclient.openapi with parameters of type ApplicationConfigKeystoreEntry Modifier and Type Method Description ApplicationConfigKeystoreApplicationConfigKeystore. addEntryItem(ApplicationConfigKeystoreEntry entryItem)Method parameters in net.webpdf.wsclient.openapi with type arguments of type ApplicationConfigKeystoreEntry Modifier and Type Method Description ApplicationConfigKeystoreApplicationConfigKeystore. entry(List<ApplicationConfigKeystoreEntry> entry)voidApplicationConfigKeystore. setEntry(List<ApplicationConfigKeystoreEntry> entry)
-