Uses of Class
de.xima.fc.certificate.mgmt.cert.CertificateBaseData
Packages that use CertificateBaseData
-
Uses of CertificateBaseData in de.xima.fc.certificate.mgmt.io
Methods in de.xima.fc.certificate.mgmt.io that return types with arguments of type CertificateBaseDataModifier and TypeMethodDescriptionFileImportResult.getCreatedCertificates()Set of certificates that were created during the import process.FileImportResult.getUpdatedCertificates()Set of certificates that were updated during the import process.Methods in de.xima.fc.certificate.mgmt.io with parameters of type CertificateBaseDataModifier and TypeMethodDescriptionFileImportResult.Builder.createdCertificate(CertificateBaseData certificate) FileImportResult.Builder.createdKeyPair(CertificateBaseData certificate) FileImportResult.Builder.updatedCertificate(CertificateBaseData certificate) -
Uses of CertificateBaseData in de.xima.fc.certificate.ms.impl.mapper
Methods in de.xima.fc.certificate.ms.impl.mapper that return CertificateBaseDataModifier and TypeMethodDescriptionCertificateBaseDataMapper.toBaseData(CertificateEntity entity) CertificateBaseDataMapperImpl.toBaseData(CertificateEntity entity) Methods in de.xima.fc.certificate.ms.impl.mapper with parameters of type CertificateBaseDataModifier and TypeMethodDescriptionCertificateBaseDataMapper.toEventData(CertificateBaseData baseData) CertificateBaseDataMapperImpl.toEventData(CertificateBaseData baseData)