Uses of Class
de.xima.fc.certificate.ms.impl.util.KeyStoreEntryInfo
Packages that use KeyStoreEntryInfo
-
Uses of KeyStoreEntryInfo in de.xima.fc.certificate.ms.impl.mapper
Methods in de.xima.fc.certificate.ms.impl.mapper with parameters of type KeyStoreEntryInfoModifier and TypeMethodDescriptionKeyStoreEntryDetailsMapper.toKeyStoreEntryDetails(KeyStoreEntryInfo entryInfo, ICertificateEntityDao certificateEntityDao, KeyStoreScope keyStoreScope) KeyStoreEntryDetailsMapperImpl.toKeyStoreEntryDetails(KeyStoreEntryInfo entryInfo, ICertificateEntityDao certificateEntityDao, KeyStoreScope keyStoreScope) -
Uses of KeyStoreEntryInfo in de.xima.fc.certificate.ms.impl.util
Methods in de.xima.fc.certificate.ms.impl.util that return types with arguments of type KeyStoreEntryInfoModifier and TypeMethodDescriptionstatic List<KeyStoreEntryInfo> KeyStoreUtil.getKeyStoreLayout(byte[] keystoreData, String keyStoreType, char[] password, boolean analyzeCertificates) Load a KeyStore and return the KeyStore layout.static List<KeyStoreEntryInfo> KeyStoreUtil.getKeyStoreLayout(InputStream ksInputStream, String keyStoreType, char[] password, boolean analyzeCertificates) Load a KeyStore and return the KeyStore layout.