Class SignatureAttributesType
- All Implemented Interfaces:
Serializable
Java class for SignatureAttributesType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="SignatureAttributesType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<choice maxOccurs="unbounded">
<element name="SigningTime" type="{http://uri.etsi.org/19102/v1.2.1#}SASigningTimeType"/>
<element name="SigningCertificate" type="{http://uri.etsi.org/19102/v1.2.1#}SACertIDListType"/>
<element name="DataObjectFormat" type="{http://uri.etsi.org/19102/v1.2.1#}SADataObjectFormatType"/>
<element name="CommitmentTypeIndication" type="{http://uri.etsi.org/19102/v1.2.1#}SACommitmentTypeIndicationType"/>
<element name="AllDataObjectsTimeStamp" type="{http://uri.etsi.org/19102/v1.2.1#}SATimestampType"/>
<element name="IndividualDataObjectsTimeStamp" type="{http://uri.etsi.org/19102/v1.2.1#}SATimestampType"/>
<element name="SigPolicyIdentifier" type="{http://uri.etsi.org/19102/v1.2.1#}SASigPolicyIdentifierType"/>
<element name="SignatureProductionPlace" type="{http://uri.etsi.org/19102/v1.2.1#}SASignatureProductionPlaceType"/>
<element name="SignerRole" type="{http://uri.etsi.org/19102/v1.2.1#}SASignerRoleType"/>
<element name="CounterSignature" type="{http://uri.etsi.org/19102/v1.2.1#}SACounterSignatureType"/>
<element name="SignatureTimeStamp" type="{http://uri.etsi.org/19102/v1.2.1#}SATimestampType"/>
<element name="CompleteCertificateRefs" type="{http://uri.etsi.org/19102/v1.2.1#}SACertIDListType"/>
<element name="CompleteRevocationRefs" type="{http://uri.etsi.org/19102/v1.2.1#}SARevIDListType"/>
<element name="AttributeCertificateRefs" type="{http://uri.etsi.org/19102/v1.2.1#}SACertIDListType"/>
<element name="AttributeRevocationRefs" type="{http://uri.etsi.org/19102/v1.2.1#}SARevIDListType"/>
<element name="SigAndRefsTimeStamp" type="{http://uri.etsi.org/19102/v1.2.1#}SATimestampType"/>
<element name="RefsOnlyTimeStamp" type="{http://uri.etsi.org/19102/v1.2.1#}SATimestampType"/>
<element name="CertificateValues" type="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType"/>
<element name="RevocationValues" type="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType"/>
<element name="AttrAuthoritiesCertValues" type="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType"/>
<element name="AttributeRevocationValues" type="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType"/>
<element name="TimeStampValidationData" type="{http://uri.etsi.org/19102/v1.2.1#}AttributeBaseType"/>
<element name="ArchiveTimeStamp" type="{http://uri.etsi.org/19102/v1.2.1#}SATimestampType"/>
<element name="RenewedDigests" type="{http://uri.etsi.org/19102/v1.2.1#}SAListOfIntegersType"/>
<element name="MessageDigest" type="{http://uri.etsi.org/19102/v1.2.1#}SAMessageDigestType"/>
<element name="DSS" type="{http://uri.etsi.org/19102/v1.2.1#}SADSSType"/>
<element name="VRI" type="{http://uri.etsi.org/19102/v1.2.1#}SAVRIType"/>
<element name="DocTimeStamp" type="{http://uri.etsi.org/19102/v1.2.1#}SATimestampType"/>
<element name="Reason" type="{http://uri.etsi.org/19102/v1.2.1#}SAReasonType"/>
<element name="Name" type="{http://uri.etsi.org/19102/v1.2.1#}SANameType"/>
<element name="ContactInfo" type="{http://uri.etsi.org/19102/v1.2.1#}SAContactInfoType"/>
<element name="SubFilter" type="{http://uri.etsi.org/19102/v1.2.1#}SASubFilterType"/>
<element name="ByteRange" type="{http://uri.etsi.org/19102/v1.2.1#}SAListOfIntegersType"/>
<element name="Filter" type="{http://uri.etsi.org/19102/v1.2.1#}SAFilterType"/>
<any processContents='lax' namespace='##other' maxOccurs="unbounded" minOccurs="0"/>
</choice>
</restriction>
</complexContent>
</complexType>
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescription -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the value of the signingTimeOrSigningCertificateOrDataObjectFormat property.
-
Field Details
-
signingTimeOrSigningCertificateOrDataObjectFormat
-
-
Constructor Details
-
SignatureAttributesType
public SignatureAttributesType()
-
-
Method Details
-
getSigningTimeOrSigningCertificateOrDataObjectFormat
Gets the value of the signingTimeOrSigningCertificateOrDataObjectFormat property.This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a
setmethod for the signingTimeOrSigningCertificateOrDataObjectFormat property.For example, to add a new item, do as follows:
getSigningTimeOrSigningCertificateOrDataObjectFormat().add(newItem);Objects of the following type(s) are allowed in the list
ObjectJAXBElement<AttributeBaseType>JAXBElement<AttributeBaseType>JAXBElement<AttributeBaseType>JAXBElement<AttributeBaseType>JAXBElement<AttributeBaseType>JAXBElement<SACertIDListType>JAXBElement<SACertIDListType>JAXBElement<SACertIDListType>JAXBElement<SACommitmentTypeIndicationType>JAXBElement<SAContactInfoType>JAXBElement<SACounterSignatureType>JAXBElement<SADSSType>JAXBElement<SADataObjectFormatType>JAXBElement<SAFilterType>JAXBElement<SAMessageDigestType>JAXBElement<SANameType>JAXBElement<SAReasonType>JAXBElement<SARevIDListType>JAXBElement<SARevIDListType>JAXBElement<SASigPolicyIdentifierType>JAXBElement<SASignatureProductionPlaceType>JAXBElement<SASignerRoleType>JAXBElement<SASigningTimeType>JAXBElement<SASubFilterType>JAXBElement<SATimestampType>JAXBElement<SATimestampType>JAXBElement<SATimestampType>JAXBElement<SATimestampType>JAXBElement<SATimestampType>JAXBElement<SATimestampType>JAXBElement<SATimestampType>JAXBElement<SAVRIType>JAXBElement<List<BigInteger>>JAXBElement<List<BigInteger>>Element
-