Enum XAdES141Element
- All Implemented Interfaces:
DSSElement
,Serializable
,Comparable<XAdES141Element>
The XAdES 1.4.1 elements
-
Enum Constant Summary
Enum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionReturns the namespaceReturns element tag namegetURI()
Returns namespace URIboolean
isSameTagName
(String value) Checks if the tag name matches to the current elementstatic XAdES141Element
Returns the enum constant of this type with the specified name.static XAdES141Element[]
values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
ARCHIVE_TIMESTAMP
-
ATTRIBUTE_CERTIFICATE_REFS_V2
-
CERT_REFS
-
COMPLETE_CERTIFICATE_REFS_V2
-
RECOMPUTED_DIGEST_VALUE
-
REFS_ONLY_TIMESTAMP_V2
-
RENEWED_DIGESTS
-
SIG_AND_REFS_TIMESTAMP_V2
-
SIG_POL_DOC_LOCAL_URI
-
SIGNATURE_POLICY_DOCUMENT
-
SIGNATURE_POLICY_STORE
-
SP_DOC_SPECIFICATION
-
TIMESTAMP_VALIDATION_DATA
-
-
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 nameNullPointerException
- if the argument is null
-
getNamespace
Description copied from interface:DSSElement
Returns the namespace- Specified by:
getNamespace
in interfaceDSSElement
- Returns:
DSSNamespace
-
getTagName
Description copied from interface:DSSElement
Returns element tag name- Specified by:
getTagName
in interfaceDSSElement
- Returns:
String
element tag name
-
getURI
Description copied from interface:DSSElement
Returns namespace URI- Specified by:
getURI
in interfaceDSSElement
- Returns:
String
uri
-
isSameTagName
Description copied from interface:DSSElement
Checks if the tag name matches to the current element- Specified by:
isSameTagName
in interfaceDSSElement
- Parameters:
value
-String
element name to compare- Returns:
- TRUE if the value matches, FALSE otherwise
-