Uses of Class
de.xima.fc.certificate.mgmt.keystore.KeyStoreScope
Packages that use KeyStoreScope
Package
Description
-
Uses of KeyStoreScope in de.xima.fc.certificate.gui.create
Methods in de.xima.fc.certificate.gui.create that return KeyStoreScopeModifier and TypeMethodDescriptionCertificateCreateStartParams.getKeyStoreScope()The keystore scope in which the certificate should be created.Methods in de.xima.fc.certificate.gui.create with parameters of type KeyStoreScopeModifier and TypeMethodDescriptionCertificateCreateStartParams.Builder.keyStoreScope(KeyStoreScope keyStoreScope) The keystore scope in which the certificate should be created. -
Uses of KeyStoreScope in de.xima.fc.certificate.gui.importing
Methods in de.xima.fc.certificate.gui.importing that return KeyStoreScopeModifier and TypeMethodDescriptionCryptoImportStartParams.getKeyStoreScope()Optional.KeyStoreImportStartParams.getKeyStoreScope()Optional.Methods in de.xima.fc.certificate.gui.importing with parameters of type KeyStoreScopeModifier and TypeMethodDescriptionCryptoImportStartParams.Builder.keyStoreScope(KeyStoreScope keyStoreScope) Optional.KeyStoreImportStartParams.Builder.keyStoreScope(KeyStoreScope keyStoreScope) Optional. -
Uses of KeyStoreScope in de.xima.fc.certificate.gui.internal
Methods in de.xima.fc.certificate.gui.internal that return KeyStoreScopeMethods in de.xima.fc.certificate.gui.internal that return types with arguments of type KeyStoreScopeMethods in de.xima.fc.certificate.gui.internal with parameters of type KeyStoreScopeModifier and TypeMethodDescriptionSelectKeyStoreBean.getTypeLabel(KeyStoreScope scope) ViewKeystoreManangementService.readKeystoreDTOs(KeyStoreScope scope, CertificateManagementUser user) voidSelectKeyStoreModel.setNewKeyStoreScope(KeyStoreScope newKeyStoreScope) -
Uses of KeyStoreScope in de.xima.fc.certificate.gui.internal.administration
Methods in de.xima.fc.certificate.gui.internal.administration that return KeyStoreScope -
Uses of KeyStoreScope in de.xima.fc.certificate.gui.internal.create
Methods in de.xima.fc.certificate.gui.internal.create with parameters of type KeyStoreScopeModifier and TypeMethodDescriptionvoidCertificateCreationBeanImpl.openCertificateCreationDialog(KeyStoreScope scope) -
Uses of KeyStoreScope in de.xima.fc.certificate.gui.internal.importing
Methods in de.xima.fc.certificate.gui.internal.importing that return KeyStoreScopeModifier and TypeMethodDescriptionCryptoImportBeanImpl.getKeyStoreScope()The context for which files are imported. -
Uses of KeyStoreScope in de.xima.fc.certificate.gui.trust_prompt
Methods in de.xima.fc.certificate.gui.trust_prompt that return KeyStoreScopeModifier and TypeMethodDescriptionOpenTrustPromptDialogParams.getKeyStoreScope()The scope of the keystore where the certificates may be imported.SocketConnectionTestParams.getKeyStoreScope()Optional.SslConnectionTestParams.getKeyStoreScope()Optional.Methods in de.xima.fc.certificate.gui.trust_prompt with parameters of type KeyStoreScopeModifier and TypeMethodDescriptionOpenTrustPromptDialogParams.Builder.keyStoreScope(KeyStoreScope keyStoreScope) The scope of the keystore where the certificates may be imported.SocketConnectionTestParams.Builder.keyStoreScope(KeyStoreScope keyStoreScope) Optional.SslConnectionTestParams.Builder.keyStoreScope(KeyStoreScope keyStoreScope) Optional. -
Uses of KeyStoreScope in de.xima.fc.certificate.mgmt
Methods in de.xima.fc.certificate.mgmt with parameters of type KeyStoreScopeModifier and TypeMethodDescriptionKeyStoreManagementService.findByName(String name, KeyStoreScope scope, CertificateManagementUser user) Retrieves the keystore with the specified name in the given scope if it exists.CryptoFileAnalyzer.getCertificateFileDetails(InputStream is, KeyStoreScope scope) Based on the defined extensions for an X.509 certificate, this method will return the details of a file based certificate, including a comprehensive summary of the certificate's usage information.@NotNull KeyStoreInfoDTOKeyStoreManagementService.getDefaultKeyStore(KeyStoreScope defaultScope, CertificateManagementUser user) Retrieves the default keystore for the specified scope.CryptoFileAnalyzer.getKeyStoreLayout(InputStream is, char[] keyStorePassword, KeyStoreScope scope) Provides a map of the KeyStore layout, i.e. the aliases and types of the entries in the KeyStore.Method parameters in de.xima.fc.certificate.mgmt with type arguments of type KeyStoreScopeModifier and TypeMethodDescription@NotNull Set<KeyStoreInfoDTO> KeyStoreManagementService.getAllByKeyStoreScopes(Set<KeyStoreScope> keyStoreScopes, CertificateManagementUser user) Retrieves a list of all keystores for the given scopes. -
Uses of KeyStoreScope in de.xima.fc.certificate.mgmt.cert
Methods in de.xima.fc.certificate.mgmt.cert that return KeyStoreScopeModifier and TypeMethodDescriptionCertificateBaseData.getKeyStoreScope()Gets the scope of the keystore the certificate belongs to.CertificateInfoDTO.getKeyStoreScope()The scope of the keystore the certificate is contained in.Constructors in de.xima.fc.certificate.mgmt.cert with parameters of type KeyStoreScopeModifierConstructorDescriptionCertificateBaseData(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. -
Uses of KeyStoreScope in de.xima.fc.certificate.mgmt.event
Methods in de.xima.fc.certificate.mgmt.event that return KeyStoreScopeModifier and TypeMethodDescriptionCertificateData.getKeyStoreScope()Gets the scope of the keystore the certificate belongs to.Constructors in de.xima.fc.certificate.mgmt.event with parameters of type KeyStoreScopeModifierConstructorDescriptionCertificateData(Long certificateId, String certificateSerialNumber, Long keyStoreId, KeyStoreScope keyStoreScope, X501DistinguishedName subject) Creates a newCertificateDatainstance. -
Uses of KeyStoreScope in de.xima.fc.certificate.mgmt.internal
Methods in de.xima.fc.certificate.mgmt.internal with parameters of type KeyStoreScopeModifier and TypeMethodDescriptionKeyStoreManagementServiceImpl.findByName(String name, KeyStoreScope scope, CertificateManagementUser user) CryptoFileAnalyzerImpl.getCertificateFileDetails(InputStream is, KeyStoreScope scope) KeyStoreManagementServiceImpl.getDefaultKeyStore(KeyStoreScope defaultScope, CertificateManagementUser user) CryptoFileAnalyzerImpl.getKeyStoreLayout(InputStream is, char[] keyStorePassword, KeyStoreScope scope) Method parameters in de.xima.fc.certificate.mgmt.internal with type arguments of type KeyStoreScopeModifier and TypeMethodDescriptionKeyStoreManagementServiceImpl.getAllByKeyStoreScopes(Set<KeyStoreScope> keyStoreScopes, CertificateManagementUser user) -
Uses of KeyStoreScope in de.xima.fc.certificate.mgmt.internal.rpc
Methods in de.xima.fc.certificate.mgmt.internal.rpc with parameters of type KeyStoreScopeModifier and TypeMethodDescriptionRpcKeyStoreManagementService.findByName(String name, KeyStoreScope scope, CertificateManagementUser user) Retrieves the keystore with the specified name in the given scope if it exists.RpcCryptoFileAnalyzer.getCertificateFileDetails(SerializableInputStreamContainer is, KeyStoreScope scope) Based on the defined extensions for an X.509 certificate, this method will return the details of a file based certificate, including a comprehensive summary of the certificate's usage information.@NotNull KeyStoreInfoDTORpcKeyStoreManagementService.getDefaultKeyStore(KeyStoreScope defaultScope, CertificateManagementUser user) Retrieves the default keystore for the specified scope.RpcCryptoFileAnalyzer.getKeyStoreLayout(SerializableInputStreamContainer is, char[] keyStorePassword, KeyStoreScope scope) Provides a map of the KeyStore layout, i.e. the aliases and types of the entries in the KeyStore.Method parameters in de.xima.fc.certificate.mgmt.internal.rpc with type arguments of type KeyStoreScopeModifier and TypeMethodDescription@NotNull Set<KeyStoreInfoDTO> RpcKeyStoreManagementService.getAllByKeyStoreScopes(Set<KeyStoreScope> keyStoreScopes, CertificateManagementUser user) Retrieves a list of all keystores for the given scopes. -
Uses of KeyStoreScope in de.xima.fc.certificate.mgmt.keystore
Methods in de.xima.fc.certificate.mgmt.keystore that return KeyStoreScopeModifier and TypeMethodDescriptionKeyStoreScope.Builder.build()KeyStoreSelector.getDefaultScope()The scope of the default keystore.NewKeyStoreDefinition.getKeyStoreScope()Scope of the keystore.static KeyStoreScopeKeyStoreScope.ofSystem()static KeyStoreScopestatic KeyStoreScopeMethods in de.xima.fc.certificate.mgmt.keystore with parameters of type KeyStoreScopeModifier and TypeMethodDescriptionstatic KeyStoreSelectorKeyStoreSelector.forDefaultScope(KeyStoreScope defaultScope) Creates a selector for the default keystore of a specified scope.NewKeyStoreDefinition.Builder.keyStoreScope(KeyStoreScope keyStoreScope) Scope of the keystore.