Uses of Class
de.xima.fc.certificate.mgmt.cert.CertificateUsageDTO
Packages that use CertificateUsageDTO
Package
Description
-
Uses of CertificateUsageDTO in de.xima.fc.certificate.gui.internal.administration.mapper
Methods in de.xima.fc.certificate.gui.internal.administration.mapper with parameters of type CertificateUsageDTOModifier and TypeMethodDescriptionCertificateViewModelMapper.toKeystoreEntryUsageViewModel(CertificateUsageDTO usageDTO) CertificateViewModelMapperImpl.toKeystoreEntryUsageViewModel(CertificateUsageDTO usageDTO) Method parameters in de.xima.fc.certificate.gui.internal.administration.mapper with type arguments of type CertificateUsageDTOModifier and TypeMethodDescriptiondefault List<EViewKeystoreEntryUsageType> CertificateViewModelMapper.map(Set<CertificateUsageDTO> value) -
Uses of CertificateUsageDTO in de.xima.fc.certificate.gui.internal.faces
Methods in de.xima.fc.certificate.gui.internal.faces with parameters of type CertificateUsageDTOModifier and TypeMethodDescriptionprotected KeystoreEntryUsageViewModelCertificateAutocompleteViewModelMapperImpl.certificateUsageDTOToKeystoreEntryUsageViewModel(CertificateUsageDTO certificateUsageDTO) Method parameters in de.xima.fc.certificate.gui.internal.faces with type arguments of type CertificateUsageDTOModifier and TypeMethodDescriptionprotected List<KeystoreEntryUsageViewModel> CertificateAutocompleteViewModelMapperImpl.certificateUsageDTOSetToKeystoreEntryUsageViewModelList(Set<CertificateUsageDTO> set) -
Uses of CertificateUsageDTO in de.xima.fc.certificate.mgmt.cert
Methods in de.xima.fc.certificate.mgmt.cert that return types with arguments of type CertificateUsageDTOConstructor parameters in de.xima.fc.certificate.mgmt.cert with type arguments of type CertificateUsageDTOModifierConstructorDescriptionCertificateInfoDTO(Long id, int lockingVersion, de.xima.cmn.time.DateTimeRange validity, X501DistinguishedName issuer, X501DistinguishedName subject, String serialNumber, ECertificateType certificateType, ECertificateSource certificateSource, String keyAlgorithm, int keySize, Set<CertificateUsageDTO> usages, boolean hasPrivateKey, boolean hasCsr, boolean renewed, Instant lastCsrExport, Instant lastCaResponseImport, Instant createdAt, Instant updatedAt, KeyStoreScope keyStoreScope) Creates a newCertificateInfoDTOinstance.