xades4j.properties
Class SignatureProductionPlaceProperty
java.lang.Object
xades4j.properties.SignatureProperty
xades4j.properties.SignedSignatureProperty
xades4j.properties.SignatureProductionPlaceProperty
- All Implemented Interfaces:
- QualifyingProperty
public final class SignatureProductionPlaceProperty
- extends SignedSignatureProperty
The SignatureProductionPlace property indicates the purported place
where the signer was at the time of signature creation.
This is a signed property that qualifies the signer. There shall be at most one
occurence of this property in the signature.
- Author:
- Luís
- See Also:
SignaturePropertiesProvider
| Fields inherited from interface xades4j.properties.QualifyingProperty |
QUALIFYING_PROPS_REF_TAG, QUALIFYING_PROPS_TAG, SIGNED_DATAOBJ_PROPS_TAG, SIGNED_PROPS_TAG, SIGNED_PROPS_TYPE_URI, SIGNED_SIGNATURE_PROPS_TAG, TARGET_ATTR, UNSIGNED_DATAOBJ_PROPS_TAG, UNSIGNED_PROPS_TAG, UNSIGNED_SIGNATURE_PROPS_TAG, XADES_XMLNS, XADESV141_XMLNS |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PROP_NAME
public static final String PROP_NAME
- See Also:
- Constant Field Values
SignatureProductionPlaceProperty
public SignatureProductionPlaceProperty(String city,
String country)
SignatureProductionPlaceProperty
public SignatureProductionPlaceProperty(String city,
String stateOrProvince,
String postalCode,
String country)
getCity
public String getCity()
getCountry
public String getCountry()
getPostalCode
public String getPostalCode()
getStateOrProvince
public String getStateOrProvince()
getName
public String getName()
- Description copied from interface:
QualifyingProperty
- Gets the name of the property, as specified in XAdES (the element name).
- Returns:
- the name
Copyright © 2012. All Rights Reserved.