Uses of Enum
de.xima.fc.certificate.mgmt.key.EKeyAlgorithm
Packages that use EKeyAlgorithm
Package
Description
-
Uses of EKeyAlgorithm in de.xima.fc.certificate.gui.internal.create
Methods in de.xima.fc.certificate.gui.internal.create that return EKeyAlgorithmMethods in de.xima.fc.certificate.gui.internal.create that return types with arguments of type EKeyAlgorithmModifier and TypeMethodDescriptionCertificateCreationBeanImpl.getAvailableKeyAlgorithms()CertificateGenerationSettings.getAvailableKeyAlgorithms()ECertificateTemplate.getSupportedKeyAlgorithms()Methods in de.xima.fc.certificate.gui.internal.create with parameters of type EKeyAlgorithmModifier and TypeMethodDescriptionbooleanECertificateTemplate.isKeyAlgorithmSupported(EKeyAlgorithm keyAlgorithm) Checks if the specified key algorithm is supported by this certificate template.voidCertificateGenerationSettings.setKeyAlgorithm(EKeyAlgorithm keyAlgorithm) -
Uses of EKeyAlgorithm in de.xima.fc.certificate.gui.internal.settings
Methods in de.xima.fc.certificate.gui.internal.settings that return types with arguments of type EKeyAlgorithm -
Uses of EKeyAlgorithm in de.xima.fc.certificate.mgmt
Methods in de.xima.fc.certificate.mgmt that return EKeyAlgorithmModifier and TypeMethodDescriptionCryptoSettings.getDefaultKeyAlgorithm()The default key algorithm for the certificate module.CryptoSpec.getDefaultKeyAlgorithm()The default key algorithm for the certificate module.Methods in de.xima.fc.certificate.mgmt that return types with arguments of type EKeyAlgorithmModifier and TypeMethodDescriptionCryptoSpec.getSupportedKeyAlgorithms()A set of supported key algorithms for the certificate module.Methods in de.xima.fc.certificate.mgmt with parameters of type EKeyAlgorithmModifier and TypeMethodDescriptionintCryptoSpec.getDefaultKeySize(EKeyAlgorithm keyAlgorithm) The default key size for the specified key algorithm.CryptoSpec.getDefaultSignatureType(EKeyAlgorithm keyAlgorithm) The default signature algorithm for the specified key algorithm.CryptoSpec.getSupportedSignatureAlgorithms(EKeyAlgorithm keyAlgorithm) A list of supported key sizes for the specified key algorithm.voidCryptoSettings.setDefaultKeyAlgorithm(EKeyAlgorithm defaultKeyAlgorithm) The default key algorithm for the certificate module.Constructors in de.xima.fc.certificate.mgmt with parameters of type EKeyAlgorithmModifierConstructorDescriptionCryptoSettings(boolean failCertificateUpdateOnSubjectMissmatch, boolean failCertificateUpdateOnCertificateUsageMissmatch, int nearExpirationDays, EKeyAlgorithm defaultKeyAlgorithm, int defaultKeySizeRSA, int defaultKeySizeDSA, String defaultEcCurve, ESignatureType defaultSignatureAlgorithmRSA, ESignatureType defaultSignatureAlgorithmDSA, ESignatureType defaultSignatureAlgorithmEC, CronTriggerInfoDto certificateExpirationJobTrigger) Creates a newCryptoSettingsinstance.CryptoSpec(String bsiTechnicalGuideline, Set<EKeyAlgorithm> supportedKeyAlgorithms, EKeyAlgorithm defaultKeyAlgorithm, List<Integer> supportedKeySizesRSA, int defaultKeySizeRSA, List<ESignatureType> supportedSignatureAlgorithmsRSA, ESignatureType defaultSignatureAlgorithmRSA, List<Integer> supportedKeySizesDSA, int defaultKeySizeDSA, List<ESignatureType> supportedSignatureAlgorithmsDSA, ESignatureType defaultSignatureAlgorithmDSA, List<Integer> supportedKeySizesEC, int defaultKeySizeEC, List<String> ecCurves, List<ESignatureType> supportedSignatureAlgorithmsEC, ESignatureType defaultSignatureAlgorithmEC, String defaultEcCurve, int nearExpirationDays, Duration defaultValidityPeriod, Duration maxValidityPeriod, ECertificateFileType defaultCertificateExportFileType, boolean failCertificateUpdateOnSubjectMissmatch, boolean failCertificateUpdateOnCertificateUsageMissmatch) Creates a newCryptoSpecinstance.Constructor parameters in de.xima.fc.certificate.mgmt with type arguments of type EKeyAlgorithmModifierConstructorDescriptionCryptoSpec(String bsiTechnicalGuideline, Set<EKeyAlgorithm> supportedKeyAlgorithms, EKeyAlgorithm defaultKeyAlgorithm, List<Integer> supportedKeySizesRSA, int defaultKeySizeRSA, List<ESignatureType> supportedSignatureAlgorithmsRSA, ESignatureType defaultSignatureAlgorithmRSA, List<Integer> supportedKeySizesDSA, int defaultKeySizeDSA, List<ESignatureType> supportedSignatureAlgorithmsDSA, ESignatureType defaultSignatureAlgorithmDSA, List<Integer> supportedKeySizesEC, int defaultKeySizeEC, List<String> ecCurves, List<ESignatureType> supportedSignatureAlgorithmsEC, ESignatureType defaultSignatureAlgorithmEC, String defaultEcCurve, int nearExpirationDays, Duration defaultValidityPeriod, Duration maxValidityPeriod, ECertificateFileType defaultCertificateExportFileType, boolean failCertificateUpdateOnSubjectMissmatch, boolean failCertificateUpdateOnCertificateUsageMissmatch) Creates a newCryptoSpecinstance. -
Uses of EKeyAlgorithm in de.xima.fc.certificate.mgmt.key
Subclasses with type arguments of type EKeyAlgorithm in de.xima.fc.certificate.mgmt.keyModifier and TypeClassDescriptionenumThe algorithm used for generating a key pair.Methods in de.xima.fc.certificate.mgmt.key that return EKeyAlgorithmModifier and TypeMethodDescriptionstatic EKeyAlgorithmEKeyAlgorithm.fromString(String algorithm, EKeyAlgorithm defaultAlgorithm) Returns the algorithm for the given string.static EKeyAlgorithmReturns the enum constant of this type with the specified name.static EKeyAlgorithm[]EKeyAlgorithm.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.xima.fc.certificate.mgmt.key that return types with arguments of type EKeyAlgorithmModifier and TypeMethodDescriptionstatic Set<EKeyAlgorithm> EKeyAlgorithm.getSecureKeyAlgorithms()Returns a set of all key algorithm names.Methods in de.xima.fc.certificate.mgmt.key with parameters of type EKeyAlgorithmModifier and TypeMethodDescriptionstatic EKeyAlgorithmEKeyAlgorithm.fromString(String algorithm, EKeyAlgorithm defaultAlgorithm) Returns the algorithm for the given string. -
Uses of EKeyAlgorithm in de.xima.fc.certificate.mgmt.key.generation
Methods in de.xima.fc.certificate.mgmt.key.generation that return EKeyAlgorithmModifier and TypeMethodDescriptionIKeyPairGenerationSpec.getAlgorithm()Returns the algorithm used for key pair generation.