xades4j.properties
Class SigAndRefsTimeStampProperty
java.lang.Object
xades4j.properties.SignatureProperty
xades4j.properties.UnsignedSignatureProperty
xades4j.properties.SigAndRefsTimeStampProperty
- All Implemented Interfaces:
- QualifyingProperty
public final class SigAndRefsTimeStampProperty
- extends UnsignedSignatureProperty
The SigAndRefsTimeStamp element is an unsigned property qualifying
the signature.
This property contains a time-stamp token that covers the following data
objects: ds:SignatureValue element, all present SignatureTimeStamp
elements, CompleteCertificateRefs, CompleteRevocationRefs, and
when present, AttributeCertificateRefs and AttributeRevocationRefs.
- Author:
- Luís
| 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
SigAndRefsTimeStampProperty
public SigAndRefsTimeStampProperty()
getTime
public Date getTime()
- Gets the time-stamp time.
- Returns:
- the time or
null if the property hasn't been processed in signature production or verification
setTime
public void setTime(Date time)
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.