Package eu.europa.esig.dss.enumerations
Enum Class DigestMatcherType
- All Implemented Interfaces:
Serializable
,Comparable<DigestMatcherType>
,Constable
Defines available types of DigestMatchers (signed data origins)
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionDigest from decrypted content SignatureValue (CAdES/PAdES)XAdES signed SignatureValue (counter signature)Defines the signature value of a master signature signed by a counter signatureEvidence record archive objectEvidence record previous archive time-stamp objectEvidence record previous archive time-stamp sequenceIdentifies evidence record archive object which has not been associated with any of the provided documentsJAdES Digest on result of concatenation ASCII(BASE64URL(UTF8(JWSProtected Header)) || '.' || BASE64URL(JWS Payload))XAdES KeyInfo elementXAdES signed manifestXAdES and ASiC CAdESCAdESTimestampXAdES signed reference of Object typeXAdES signed referenceJAdES Detached entryXAdES SignatureProperties elementXAdES SignedProperties elementXAdES XPointer reference -
Method Summary
Modifier and TypeMethodDescriptionstatic DigestMatcherType
Returns the enum constant of this class with the specified name.static DigestMatcherType[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
REFERENCE
XAdES signed reference -
OBJECT
XAdES signed reference of Object type -
MANIFEST
XAdES signed manifest -
SIGNED_PROPERTIES
XAdES SignedProperties element -
KEY_INFO
XAdES KeyInfo element -
SIGNATURE_PROPERTIES
XAdES SignatureProperties element -
XPOINTER
XAdES XPointer reference -
MANIFEST_ENTRY
XAdES and ASiC CAdES -
COUNTER_SIGNATURE
XAdES signed SignatureValue (counter signature) -
MESSAGE_DIGEST
CAdES -
CONTENT_DIGEST
Digest from decrypted content SignatureValue (CAdES/PAdES) -
JWS_SIGNING_INPUT_DIGEST
JAdES Digest on result of concatenation ASCII(BASE64URL(UTF8(JWSProtected Header)) || '.' || BASE64URL(JWS Payload)) -
SIG_D_ENTRY
JAdES Detached entry -
COUNTER_SIGNED_SIGNATURE_VALUE
Defines the signature value of a master signature signed by a counter signature -
MESSAGE_IMPRINT
Timestamp -
EVIDENCE_RECORD_ARCHIVE_OBJECT
Evidence record archive object -
EVIDENCE_RECORD_ORPHAN_REFERENCE
Identifies evidence record archive object which has not been associated with any of the provided documents -
EVIDENCE_RECORD_ARCHIVE_TIME_STAMP
Evidence record previous archive time-stamp object -
EVIDENCE_RECORD_ARCHIVE_TIME_STAMP_SEQUENCE
Evidence record previous archive time-stamp sequence
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (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 class has no constant with the specified nameNullPointerException
- if the argument is null
-