Uses of Enum
de.xima.fc.certificate.mgmt.cert.ECertificateSource
Packages that use ECertificateSource
Package
Description
-
Uses of ECertificateSource in de.xima.fc.certificate.gui.internal.administration.mapper
Methods in de.xima.fc.certificate.gui.internal.administration.mapper with parameters of type ECertificateSourceModifier and TypeMethodDescriptiondefault booleanCertificateViewModelMapper.map(ECertificateSource source) -
Uses of ECertificateSource in de.xima.fc.certificate.mgmt.cert
Subclasses with type arguments of type ECertificateSource in de.xima.fc.certificate.mgmt.certModifier and TypeClassDescriptionenumThe source of the certificate, which indicates how the certificate was created or obtained.Methods in de.xima.fc.certificate.mgmt.cert that return ECertificateSourceModifier and TypeMethodDescriptionCertificateInfoDTO.getCertificateSource()The source of the certificate, which indicates how the certificate was created or obtained.static ECertificateSourceReturns the enum constant of this type with the specified name.static ECertificateSource[]ECertificateSource.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.xima.fc.certificate.mgmt.cert with parameters of type ECertificateSourceModifierConstructorDescriptionCertificateInfoDTO(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.