Enum QualifiedValidator.QualificationConclusion
java.lang.Object
java.lang.Enum<QualifiedValidator.QualificationConclusion>
com.itextpdf.signatures.validation.lotl.QualifiedValidator.QualificationConclusion
- All Implemented Interfaces:
-
Serializable,Comparable<QualifiedValidator.QualificationConclusion>,java.lang.constant.Constable
- Enclosing class:
- QualifiedValidator
public static enum QualifiedValidator.QualificationConclusion extends Enum<QualifiedValidator.QualificationConclusion>
Enum representing possible signature qualification conclusions.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionElectronic Seal with Qualified Signing Certificate.Electronic Seal with Qualified Signing Certificate, which private key resides in Qualified Signature Creation Device.Electronic Signature with Qualified Signing Certificate.Electronic Signature with Qualified Signing Certificate, which private key resides in Qualified Signature Creation Device.Signature, which properties cannot be established, because the corresponding values contradict.Signature, for which qualification status is not applicable.Signature, for which there is not corresponding TL entry.Not qualified signature.Not qualified Electronic Seal.Not qualified Electronic Signature.Signature of an unknown type.Signature of an unknown type with Qualified Signing Certificate.Signature of an unknown type with Qualified Signing Certificate, which private key resides in Qualified Signature Creation Device. -
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ESIG_WITH_QC_AND_QSCD
Electronic Signature with Qualified Signing Certificate, which private key resides in Qualified Signature Creation Device. -
ESEAL_WITH_QC_AND_QSCD
Electronic Seal with Qualified Signing Certificate, which private key resides in Qualified Signature Creation Device. -
ESIG_WITH_QC
Electronic Signature with Qualified Signing Certificate. -
ESEAL_WITH_QC
Electronic Seal with Qualified Signing Certificate. -
NOT_QUALIFIED_ESIG
Not qualified Electronic Signature. -
NOT_QUALIFIED_ESEAL
Not qualified Electronic Seal. -
UNKNOWN_QC_AND_QSCD
Signature of an unknown type with Qualified Signing Certificate, which private key resides in Qualified Signature Creation Device. -
UNKNOWN_QC
Signature of an unknown type with Qualified Signing Certificate. -
UNKNOWN
Signature of an unknown type. -
INCOHERENT
Signature, which properties cannot be established, because the corresponding values contradict. -
NOT_APPLICABLE
Signature, for which qualification status is not applicable. -
NOT_CATCHING
Signature, for which there is not corresponding TL entry. -
NOT_QUALIFIED
Not qualified signature.
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
-
name- the name of the enum constant to be returned. - Returns:
- the enum constant with the specified name
- Throws:
-
IllegalArgumentException- if this enum type has no constant with the specified name -
NullPointerException- if the argument is null
-