Uses of Class
de.xima.fc.model.naming.X501DistinguishedName
Packages that use X501DistinguishedName
Package
Description
-
Uses of X501DistinguishedName in de.xima.fc.certificate.gui.create
Methods in de.xima.fc.certificate.gui.create that return X501DistinguishedNameModifier and TypeMethodDescriptionCertificateCreateStartParams.getIssuer()The distinguished name of the issuer for the certificate to be created.Methods in de.xima.fc.certificate.gui.create with parameters of type X501DistinguishedNameModifier and TypeMethodDescriptionCertificateCreateStartParams.Builder.issuer(X501DistinguishedName issuer) The distinguished name of the issuer for the certificate to be created. -
Uses of X501DistinguishedName in de.xima.fc.certificate.gui.internal
Methods in de.xima.fc.certificate.gui.internal that return X501DistinguishedNameMethods in de.xima.fc.certificate.gui.internal with parameters of type X501DistinguishedNameModifier and TypeMethodDescriptionConfigurableX501DistinguishedName.from(X501DistinguishedName issuer) -
Uses of X501DistinguishedName in de.xima.fc.certificate.gui.internal.administration
Methods in de.xima.fc.certificate.gui.internal.administration that return X501DistinguishedNameModifier and TypeMethodDescriptionCertificateViewModel.getIssuer()The issuer of the certificate in the form of a distinguished name (e.g.CertificateViewModel.getSubject()The subject of the certificate in the form of a distinguished name (e.g.Constructors in de.xima.fc.certificate.gui.internal.administration with parameters of type X501DistinguishedNameModifierConstructorDescriptionCertificateViewModel(int originalDtoHashCode, CertificateInfoDTO certificateInfoDto, Long id, de.xima.cmn.time.DateTimeRange validity, Instant createdAt, Instant updatedAt, X501DistinguishedName issuer, X501DistinguishedName subject, String serialNumber, String keyAlgorithm, Integer keySize, boolean hasCsr, Instant lastCsrExport, Instant lastCaResponseImport, List<KeystoreEntryUsageViewModel> usages, boolean hasPrivateKey, KeystoreViewModel keystore, List<KeyStoreEntryIssueDetailModel> issues, List<EKeystoreEntryTrait> traits, EViewStatus status, List<EViewKeystoreEntryUsageType> usageTypes, boolean canBeRenewedAutomatically) Creates a newCertificateViewModelinstance. -
Uses of X501DistinguishedName in de.xima.fc.certificate.gui.internal.faces
Methods in de.xima.fc.certificate.gui.internal.faces that return X501DistinguishedNameModifier and TypeMethodDescriptionCertificateAutocompleteViewModel.Certificate.getIssuer()CertificateAutocompleteViewModel.Certificate.getSubject()CertificateAutocompleteViewModel.getSubject()Constructors in de.xima.fc.certificate.gui.internal.faces with parameters of type X501DistinguishedNameModifierConstructorDescriptionCertificate(Long id, X501DistinguishedName subject, X501DistinguishedName issuer, String serialNumber, de.xima.cmn.time.DateTimeRange validity, List<KeystoreEntryUsageViewModel> usages) -
Uses of X501DistinguishedName in de.xima.fc.certificate.gui.internal.importing
Methods in de.xima.fc.certificate.gui.internal.importing that return X501DistinguishedNameModifier and TypeMethodDescriptionCertificateImportModel.getSubjectAlternative()Returns the subject of the certificate by selecting the first applicable Subject Alternative Name (SAN) entry. -
Uses of X501DistinguishedName in de.xima.fc.certificate.mgmt
Methods in de.xima.fc.certificate.mgmt with parameters of type X501DistinguishedNameModifier and TypeMethodDescription@NotNull CertificateInfoDTOCertificateManagementService.generateCertificate(X501DistinguishedName certificateSubject, Duration certificateValidity, IKeyPairGenerationSpec keyPairGenerationSpec, List<ICertificateUsageSpecification> certificateUsageSpecifications, KeyStoreSelector keyStoreSelector, boolean autoRenew, CertificateManagementUser user) Generates a self-signed certificate with the given specifications.@NotNull CertificateInfoDTOCertificateManagementService.generateCertificate(X501DistinguishedName certificateSubject, Duration certificateValidity, IKeyPairGenerationSpec keyPairGenerationSpec, List<ICertificateUsageSpecification> certificateUsageSpecifications, Long signingAuthorityId, KeyStoreSelector keyStoreSelector, boolean autoRenew, CertificateManagementUser user) Generates a certificate with the given specifications. -
Uses of X501DistinguishedName in de.xima.fc.certificate.mgmt.cert
Methods in de.xima.fc.certificate.mgmt.cert that return X501DistinguishedNameModifier and TypeMethodDescriptionCertificateInfoDTO.getIssuer()The issuer of the certificate in the form of a distinguished name (e.g.X509CertificateDetails.getIssuer()The issuer name of the X.509 certificate associated with this entry in the form of a distinguished name (e.g., "CN=Certificate Authority, O=XIMA").CertificateBaseData.getSubject()Gets the X.501 distinguished name of the certificate.CertificateInfoDTO.getSubject()The subject of the certificate in the form of a distinguished name (e.g.X509CertificateDetails.getSubject()The subject name of the X.509 certificate associated with this entry in the form of a distinguished name (e.g., "CN=John Doe, OU=IT, O=XIMA").Constructors in de.xima.fc.certificate.mgmt.cert with parameters of type X501DistinguishedNameModifierConstructorDescriptionCertificateBaseData(Long certificateId, String certificateSerialNumber, Long keyStoreId, KeyStoreScope keyStoreScope, X501DistinguishedName subject) Creates a newCertificateBaseDatainstance.CertificateInfoDTO(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.X509CertificateDetails(boolean isSelfSigned, X501DistinguishedName subject, X501DistinguishedName issuer, List<X509CertificateSANEntry> sanEntries, String fingerprint, X509CertificateUsageInfo usageInfo, String keyAlgorithm, int keySize, Instant notBefore, Instant notAfter) Creates a newX509CertificateDetailsinstance. -
Uses of X501DistinguishedName in de.xima.fc.certificate.mgmt.event
Methods in de.xima.fc.certificate.mgmt.event that return X501DistinguishedNameModifier and TypeMethodDescriptionCertificateData.getSubject()Gets the X.501 distinguished name of the certificate.Constructors in de.xima.fc.certificate.mgmt.event with parameters of type X501DistinguishedNameModifierConstructorDescriptionCertificateData(Long certificateId, String certificateSerialNumber, Long keyStoreId, KeyStoreScope keyStoreScope, X501DistinguishedName subject) Creates a newCertificateDatainstance. -
Uses of X501DistinguishedName in de.xima.fc.certificate.mgmt.internal
Methods in de.xima.fc.certificate.mgmt.internal with parameters of type X501DistinguishedNameModifier and TypeMethodDescriptionCertificateManagementServiceImpl.generateCertificate(X501DistinguishedName certificateSubject, Duration certificateValidity, IKeyPairGenerationSpec keyPairGenerationSpec, List<ICertificateUsageSpecification> certificateUsageSpecifications, KeyStoreSelector keyStoreSelector, boolean autoRenew, CertificateManagementUser user) CertificateManagementServiceImpl.generateCertificate(X501DistinguishedName certificateSubject, Duration certificateValidity, IKeyPairGenerationSpec keyPairGenerationSpec, List<ICertificateUsageSpecification> certificateUsageSpecifications, Long signingAuthorityId, KeyStoreSelector keyStoreSelector, boolean autoRenew, CertificateManagementUser user) -
Uses of X501DistinguishedName in de.xima.fc.certificate.mgmt.internal.rpc
Methods in de.xima.fc.certificate.mgmt.internal.rpc with parameters of type X501DistinguishedNameModifier and TypeMethodDescription@NotNull CertificateInfoDTORpcCertificateManagementService.generateCertificate(X501DistinguishedName certificateSubject, Duration certificateValidity, IKeyPairGenerationSpec keyPairGenerationSpec, List<ICertificateUsageSpecification> certificateUsageSpecifications, KeyStoreSelector keyStoreSelector, boolean autoRenew, CertificateManagementUser user) Generates a self-signed certificate with the given specifications.@NotNull CertificateInfoDTORpcCertificateManagementService.generateCertificate(X501DistinguishedName certificateSubject, Duration certificateValidity, IKeyPairGenerationSpec keyPairGenerationSpec, List<ICertificateUsageSpecification> certificateUsageSpecifications, Long signingAuthorityId, KeyStoreSelector keyStoreSelector, boolean autoRenew, CertificateManagementUser user) Generates a certificate with the given specifications. -
Uses of X501DistinguishedName in de.xima.fc.certificate.mgmt.io
Methods in de.xima.fc.certificate.mgmt.io that return X501DistinguishedNameModifier and TypeMethodDescriptionFileImportSpecification.getSubjectOverride()Optional subject distinguished name override for the file.KeyStoreEntryImportSpecification.getSubjectOverride()Optional.Methods in de.xima.fc.certificate.mgmt.io with parameters of type X501DistinguishedNameModifier and TypeMethodDescriptionFileImportSpecification.Builder.subjectOverride(X501DistinguishedName subjectOverride) KeyStoreEntryImportSpecification.Builder.subjectOverride(X501DistinguishedName subjectOverride) Optional. -
Uses of X501DistinguishedName in de.xima.fc.model.naming
Methods in de.xima.fc.model.naming that return X501DistinguishedNameModifier and TypeMethodDescriptionX501DistinguishedName.Builder.build()static X501DistinguishedNameX501DistinguishedName.fromDnsName(String dnsName) Creates a distinguished name model from a DNS name.static X501DistinguishedNameX501DistinguishedName.fromEmailAddress(String value) Creates a distinguished name model from an email address.static X501DistinguishedNameX501DistinguishedName.fromX500Principal(X500Principal principal) static X501DistinguishedNameCreates a distinguished name model from a distinguished name (DN) string.