Uses of Enum Class
eu.europa.esig.dss.enumerations.Level
Packages that use Level
Package
Description
-
Uses of Level in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return Level -
Uses of Level in eu.europa.esig.dss.jaxb.parsers
Methods in eu.europa.esig.dss.jaxb.parsers that return LevelMethods in eu.europa.esig.dss.jaxb.parsers with parameters of type Level -
Uses of Level in eu.europa.esig.dss.model.policy
Methods in eu.europa.esig.dss.model.policy that return LevelModifier and TypeMethodDescriptionAbstract19322CryptographicSuite.getAcceptableDigestAlgorithmsLevel()CryptographicSuite.getAcceptableDigestAlgorithmsLevel()Returns a level constraint for AcceptableDigestAlgo constraint if present, the globalgetLevelotherwise.Abstract19322CryptographicSuite.getAcceptableEncryptionAlgorithmsLevel()CryptographicSuite.getAcceptableEncryptionAlgorithmsLevel()Returns a level constraint for AcceptableEncryptionAlgo constraint if present, the globalgetLevelotherwise.Abstract19322CryptographicSuite.getAcceptableEncryptionAlgorithmsMiniKeySizeLevel()CryptographicSuite.getAcceptableEncryptionAlgorithmsMiniKeySizeLevel()Returns a level constraint for MiniPublicKeySize constraint if present, the globalgetLevelotherwise.Abstract19322CryptographicSuite.getAlgorithmsExpirationDateAfterUpdateLevel()CryptographicSuite.getAlgorithmsExpirationDateAfterUpdateLevel()Returns a level constraint for AlgoExpirationDate constraint if present, the globalgetLevelotherwise.Abstract19322CryptographicSuite.getAlgorithmsExpirationDateLevel()CryptographicSuite.getAlgorithmsExpirationDateLevel()Returns a level constraint for AlgoExpirationDate constraint if present, the globalgetLevelotherwise.Abstract19322CryptographicSuite.getLevel()LevelRule.getLevel()Gets the constraint execution levelMethods in eu.europa.esig.dss.model.policy with parameters of type LevelModifier and TypeMethodDescriptionvoidAbstract19322CryptographicSuite.setAcceptableDigestAlgorithmsLevel(Level acceptableDigestAlgorithmsLevel) voidCryptographicSuite.setAcceptableDigestAlgorithmsLevel(Level acceptableDigestAlgorithmsLevel) Sets the execution level for the acceptable digest algorithms checkvoidAbstract19322CryptographicSuite.setAcceptableEncryptionAlgorithmsLevel(Level acceptableEncryptionAlgorithmsLevel) voidCryptographicSuite.setAcceptableEncryptionAlgorithmsLevel(Level acceptableEncryptionAlgorithmsLevel) Sets the execution level for the acceptable encryption algorithms checkvoidAbstract19322CryptographicSuite.setAcceptableEncryptionAlgorithmsMiniKeySizeLevel(Level acceptableEncryptionAlgorithmsMiniKeySizeLevel) voidCryptographicSuite.setAcceptableEncryptionAlgorithmsMiniKeySizeLevel(Level acceptableEncryptionAlgorithmsMiniKeySizeLevel) Sets the execution level for the acceptable minimum key sizes of encryption algorithms checkvoidAbstract19322CryptographicSuite.setAlgorithmsExpirationDateLevel(Level algorithmsExpirationDateLevel) voidCryptographicSuite.setAlgorithmsExpirationDateLevel(Level algorithmsExpirationDateLevel) Sets the execution level for checking algorithms expirationvoidAbstract19322CryptographicSuite.setAlgorithmsExpirationTimeAfterPolicyUpdateLevel(Level algorithmsExpirationTimeAfterPolicyUpdateLevel) voidCryptographicSuite.setAlgorithmsExpirationTimeAfterPolicyUpdateLevel(Level algorithmsExpirationTimeAfterPolicyUpdateLevel) Sets the execution level for checking algorithms expiration after the validation policy update Default : Level.WARN (warning message is returned in case of expiration of the used cryptographic constraints after the policy update date)voidvoidSets the global execution level for the cryptographic suite constraints -
Uses of Level in eu.europa.esig.dss.policy
Methods in eu.europa.esig.dss.policy that return LevelModifier and TypeMethodDescriptionCryptographicConstraintWrapper.getAcceptableDigestAlgorithmsLevel()CryptographicConstraintWrapper.getAcceptableEncryptionAlgorithmsLevel()CryptographicConstraintWrapper.getAcceptableEncryptionAlgorithmsMiniKeySizeLevel()CryptographicConstraintWrapper.getAlgorithmsExpirationDateAfterUpdateLevel()CryptographicConstraintWrapper.getAlgorithmsExpirationDateLevel()LevelConstraintWrapper.getLevel()Methods in eu.europa.esig.dss.policy with parameters of type LevelModifier and TypeMethodDescriptionvoidCryptographicConstraintWrapper.setAcceptableDigestAlgorithmsLevel(Level acceptableDigestAlgorithmsLevel) voidCryptographicConstraintWrapper.setAcceptableEncryptionAlgorithmsLevel(Level acceptableEncryptionAlgorithmsLevel) voidCryptographicConstraintWrapper.setAcceptableEncryptionAlgorithmsMiniKeySizeLevel(Level acceptableEncryptionAlgorithmsMiniKeySizeLevel) voidCryptographicConstraintWrapper.setAlgorithmsExpirationDateLevel(Level algorithmsExpirationDateLevel) voidCryptographicConstraintWrapper.setAlgorithmsExpirationTimeAfterPolicyUpdateLevel(Level algorithmsExpirationTimeAfterPolicyUpdateLevel) void -
Uses of Level in eu.europa.esig.dss.policy.jaxb
Fields in eu.europa.esig.dss.policy.jaxb declared as LevelModifier and TypeFieldDescriptionprotected LevelLevelConstraint.levelprotected LevelAlgoExpirationDate.levelAfterUpdateMethods in eu.europa.esig.dss.policy.jaxb that return LevelModifier and TypeMethodDescriptionLevelConstraint.getLevel()Gets the value of the level property.AlgoExpirationDate.getLevelAfterUpdate()Gets the value of the levelAfterUpdate property.Methods in eu.europa.esig.dss.policy.jaxb with parameters of type Level -
Uses of Level in eu.europa.esig.dss.validation.policy
Methods in eu.europa.esig.dss.validation.policy with parameters of type LevelModifier and TypeMethodDescriptionValidationPolicyLoader.ValidationPolicyLoaderWithCryptoSuite.andAcceptableDigestAlgorithmsLevel(Level level) Sets the execution level for acceptable digest algorithms check of the last provided cryptographic suiteValidationPolicyLoader.ValidationPolicyLoaderWithCryptoSuite.andAcceptableEncryptionAlgorithmsLevel(Level level) Sets the execution level for acceptable encryption algorithms check of the last provided cryptographic suiteValidationPolicyLoader.ValidationPolicyLoaderWithCryptoSuite.andAcceptableEncryptionAlgorithmsMiniKeySizeLevel(Level level) Sets the execution level for acceptable minimum key sizes of encryption algorithms check of the last provided cryptographic suiteValidationPolicyLoader.ValidationPolicyLoaderWithCryptoSuite.andAlgorithmsExpirationDateLevel(Level level) Sets the execution level for the expiration of the cryptographic algorithms check of the last provided cryptographic suiteValidationPolicyLoader.ValidationPolicyLoaderWithCryptoSuite.andAlgorithmsExpirationTimeAfterPolicyUpdateLevel(Level level) Sets the execution level for the expiration after the cryptographic suite update date of the cryptographic algorithms check of the last provided cryptographic suiteSets the global execution level for the last provided cryptographic suite -
Uses of Level in eu.europa.esig.dss.validation.process
Methods in eu.europa.esig.dss.validation.process that return LevelModifier and TypeMethodDescriptionprotected LevelChainItem.getLevel()Returns an execution Level of the chain itemMethods in eu.europa.esig.dss.validation.process with parameters of type LevelModifier and TypeMethodDescriptionstatic LevelRuleValidationProcessUtils.getConstraintOrMaxLevel(LevelRule constraint, Level maxLevel) This method is used to return the current level with a max limit of themaxLevelstatic LevelRuleValidationProcessUtils.getLevelRule(Level level) Generates an anonymous implementation of theLevelRulewith the givenLevel -
Uses of Level in eu.europa.esig.dss.validation.process.bbb.sav.cc
Methods in eu.europa.esig.dss.validation.process.bbb.sav.cc that return Level -
Uses of Level in eu.europa.esig.dss.validation.process.bbb.sav.checks
Methods in eu.europa.esig.dss.validation.process.bbb.sav.checks that return Level