-
-
Constructors in eu.europa.esig.dss.validation.process.bbb.sav.cc with parameters of type XmlCC
Constructor |
Description |
AbstractCryptographicCheck(I18nProvider i18nProvider,
XmlCC result,
MessageTag position,
CryptographicConstraintWrapper constraintWrapper) |
Default constructor
|
DigestAlgorithmOnValidationTimeCheck(I18nProvider i18nProvider,
DigestAlgorithm digestAlgo,
Date validationDate,
XmlCC result,
MessageTag position,
CryptographicConstraintWrapper constraintWrapper) |
Default constructor
|
DigestAlgorithmReliableCheck(I18nProvider i18nProvider,
DigestAlgorithm digestAlgo,
XmlCC result,
MessageTag position,
CryptographicConstraintWrapper constraintWrapper) |
Default constructor
|
EncryptionAlgorithmOnValidationTimeCheck(I18nProvider i18nProvider,
EncryptionAlgorithm encryptionAlgo,
String keySize,
Date validationDate,
XmlCC result,
MessageTag position,
CryptographicConstraintWrapper constraintWrapper) |
Default constructor
|
EncryptionAlgorithmReliableCheck(I18nProvider i18nProvider,
EncryptionAlgorithm encryptionAlgo,
XmlCC result,
MessageTag position,
CryptographicConstraintWrapper constraintWrapper) |
Default constructor
|
PublicKeySizeAcceptableCheck(I18nProvider i18nProvider,
EncryptionAlgorithm encryptionAlgo,
String keySize,
XmlCC result,
MessageTag position,
CryptographicConstraintWrapper constraintWrapper) |
Default constructor
|
PublicKeySizeKnownCheck(I18nProvider i18nProvider,
String keySize,
XmlCC result,
MessageTag position,
CryptographicConstraintWrapper constraintWrapper) |
Default constructor
|
-
Constructors in eu.europa.esig.dss.validation.process.bbb.sav.checks with parameters of type XmlCC
Constructor |
Description |
AbstractCryptographicCheckerResultCheck(I18nProvider i18nProvider,
T result,
MessageTag position,
XmlCC ccResult,
LevelConstraint constraint) |
Default constructor
|
CryptographicCheckerResultCheck(I18nProvider i18nProvider,
T result,
TokenProxy token,
Date validationDate,
MessageTag position,
XmlCC ccResult,
LevelConstraint constraint) |
Default constructor
|
DigestCryptographicCheckerResultCheck(I18nProvider i18nProvider,
T result,
Date validationDate,
MessageTag position,
XmlCC ccResult,
LevelConstraint constraint) |
Default constructor
|
DigestCryptographicCheckerResultCheck(I18nProvider i18nProvider,
T result,
Date validationDate,
MessageTag position,
String referenceName,
XmlCC ccResult,
LevelConstraint constraint) |
Default constructor with reference name
|