Uses of Class
de.xima.fc.certificate.mgmt.io.KeyStoreEntryDetails
Packages that use KeyStoreEntryDetails
Package
Description
-
Uses of KeyStoreEntryDetails in de.xima.fc.certificate.gui.internal.importing
Methods in de.xima.fc.certificate.gui.internal.importing with parameters of type KeyStoreEntryDetailsModifier and TypeMethodDescriptiondefault booleanKeystoreImportEntryMapper.markedForImport(KeyStoreEntryDetails entry) KeystoreImportEntryMapper.toKeystoreImportEntry(KeyStoreEntryDetails entry) KeystoreImportEntryMapperImpl.toKeystoreImportEntry(KeyStoreEntryDetails entry) Method parameters in de.xima.fc.certificate.gui.internal.importing with type arguments of type KeyStoreEntryDetailsModifier and TypeMethodDescriptiondefault KeystoreImportLayoutKeystoreImportLayoutMapper.toKeystoreImportLayout(List<KeyStoreEntryDetails> entries, char[] keystorePassword) -
Uses of KeyStoreEntryDetails in de.xima.fc.certificate.mgmt
Methods in de.xima.fc.certificate.mgmt that return types with arguments of type KeyStoreEntryDetailsModifier and TypeMethodDescriptionCryptoFileAnalyzer.getKeyStoreLayout(InputStream is, char[] keyStorePassword, KeyStoreScope scope) Provides a map of the KeyStore layout, i.e. the aliases and types of the entries in the KeyStore. -
Uses of KeyStoreEntryDetails in de.xima.fc.certificate.mgmt.internal
Methods in de.xima.fc.certificate.mgmt.internal that return types with arguments of type KeyStoreEntryDetailsModifier and TypeMethodDescriptionCryptoFileAnalyzerImpl.getKeyStoreLayout(InputStream is, char[] keyStorePassword, KeyStoreScope scope) -
Uses of KeyStoreEntryDetails in de.xima.fc.certificate.mgmt.internal.rpc
Methods in de.xima.fc.certificate.mgmt.internal.rpc that return types with arguments of type KeyStoreEntryDetailsModifier and TypeMethodDescriptionRpcCryptoFileAnalyzer.getKeyStoreLayout(SerializableInputStreamContainer is, char[] keyStorePassword, KeyStoreScope scope) Provides a map of the KeyStore layout, i.e. the aliases and types of the entries in the KeyStore.