public class SignatureProductionPlace extends XAdESBaseElement
In some transactions the purported place where the signer was at the time of signature creation MAY need to be indicated. In order to provide this information a new property MAY be included in the signature. This property specifies an address associated with the signer at a particular geographical (e.g. city) location.
This is a signed property that qualifies the signer.
There SHALL be at most one occurence of this property in the signature.
Below follows the schema definition for this element.
<xsd:element name="SignatureProductionPlace" type="SignatureProductionPlaceType"/>
<xsd:complexType name="SignatureProductionPlaceType">
<xsd:sequence>
<xsd:element name="City" type="xsd:string" minOccurs="0"/>
<xsd:element name="StateOrProvince" type="xsd:string" minOccurs="0"/>
<xsd:element name="PostalCode" type="xsd:string" minOccurs="0"/>
<xsd:element name="CountryName" type="xsd:string" minOccurs="0"/>
</xsd:sequence>
</xsd:complexType>
mContext, mElement, mId| Constructor and Description |
|---|
SignatureProductionPlace(Context aBaglam,
java.lang.String aCity,
java.lang.String aStateOrProvince,
java.lang.String aPostalCode,
java.lang.String aCountryName) |
SignatureProductionPlace(org.w3c.dom.Element aElement,
Context aContext)
Construct SignatureProductionPlace from existing
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCity() |
java.lang.String |
getCountryName() |
java.lang.String |
getLocalName() |
java.lang.String |
getPostalCode() |
java.lang.String |
getStateOrProvince() |
getNamespaceaddBigIntegerElement, addLineBreak, addLineBreak, checkNamespace, createElement, generateAndSetId, getAttribute, getBigIntegerFromElement, getChildText, getContext, getDocument, getElement, getId, insertBase64EncodedElement, insertElement, insertTextElement, selectChildElement, selectChildren, setIdpublic SignatureProductionPlace(Context aBaglam, java.lang.String aCity, java.lang.String aStateOrProvince, java.lang.String aPostalCode, java.lang.String aCountryName)
public SignatureProductionPlace(org.w3c.dom.Element aElement,
Context aContext)
throws XMLSignatureException
aElement - xml elementaContext - according to contextXMLSignatureException - when structure is invalid or can not be
resolved appropriatelypublic java.lang.String getCity()
public java.lang.String getStateOrProvince()
public java.lang.String getPostalCode()
public java.lang.String getCountryName()
public java.lang.String getLocalName()
getLocalName in class BaseElementCopyright © 2025. All rights reserved.