Enum XAdES.Element
- All Implemented Interfaces:
XadesElement, Serializable, Comparable<XAdES.Element>, java.lang.constant.Constable
- Enclosing class:
XAdES
- Author:
- miro
-
Nested Class Summary
Nested classes/interfaces inherited from class Enum
Enum.EnumDesc<E> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionXAdES Baseline attributes -
Method Summary
Modifier and TypeMethodDescriptionXAdES[]getXAdES()toString()static XAdES.ElementReturns the enum constant of this type with the specified name.static XAdES.Element[]values()Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
OBJECT
-
QUALIFYING_PROPERTIES
-
SIGNED_PROPERTIES
-
SIGNED_SIGNATURE_PROPERTIES
-
SIGNING_TIME
-
SIGNING_CERTIFICATE
-
SIGNATURE_POLICY_IDENTIFIER
-
SIGNATURE_PRODUCTION_PLACE
-
SIGNER_ROLE
-
CLAIMED_ROLES
-
CERTIFIED_ROLES
-
SIGNER
-
SIGNER_DETAILS
-
SIGNED_DATA_OBJECT_PROPERTIES
-
DATA_OBJECT_FORMATS
-
COMMITMENT_TYPE_INDICATIONS
-
ALL_DATA_OBJECTS_TIMESTAMPS
-
INDIVIDUAL_DATA_OBJECTS_TIMESTAMPS
-
UNSIGNED_PROPERTIES
-
UNSIGNED_SIGNATURE_PROPERTIES
-
COUNTER_SIGNATURES
-
SIGNATURE_TIME_STAMP
-
COMPLETE_CERTIFICATE_REFS
-
COMPLETE_REVOCATION_REFS
-
ATTRIBUTE_CERTIFICATE_REFS
-
ATTRIBUTE_REVOCATION_REFS
-
QUALIFYING_PROPERTIES_REFERENCE
-
SIGNING_CERTIFICATE_V2
XAdES Baseline attributes -
SIGNATURE_PRODUCTION_PLACE_V2
-
SIGNER_ROLE_V2
-
CERTIFIED_ROLES_V2
-
SIGNED_ASSERTIONS
-
-
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
-
getXAdES
- Specified by:
getXAdESin interfaceXadesElement
-
getObjectId
- Specified by:
getObjectIdin interfaceXadesElement
-
getElementName
- Specified by:
getElementNamein interfaceXadesElement
-
getOccursRequirement
- Specified by:
getOccursRequirementin interfaceXadesElement
-
getParent
- Specified by:
getParentin interfaceXadesElement
-
toString
- Overrides:
toStringin classEnum<XAdES.Element>
-