Class BaseXAdESImpl
java.lang.Object
es.uji.crypto.xades.jxades.security.xml.XAdES.BaseXAdESImpl
- All Implemented Interfaces:
XAdESBase
- Direct Known Subclasses:
BasicXAdESImpl
,BLevelXAdESImpl
The minimun methods needed to sign a XAdES implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected abstract void
marshalQualifyingProperties
(QualifyingProperties qp, String signatureIdPrefix, List referencesIdList) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface es.uji.crypto.xades.jxades.security.xml.XAdES.XAdESBase
getAllDataObjectsTimeStamps, getBaseDocument, getBaseElement, getCommitmentTypeIndications, getCounterSignatures, getDataObjectFormats, getDigestMethod, getIndividualDataObjectsTimeStamps, getSigner, getSigningTime, getXadesNamespace, getXadesPrefix, getXmlSignaturePrefix, setAllDataObjectsTimeStamps, setCommitmentTypeIndications, setCounterSignatures, setDataObjectFormats, setIndividualDataObjectsTimeStamps, setSigner, setSigningTime
-
Constructor Details
-
BaseXAdESImpl
public BaseXAdESImpl()
-
-
Method Details
-
marshalQualifyingProperties
protected abstract void marshalQualifyingProperties(QualifyingProperties qp, String signatureIdPrefix, List referencesIdList) throws MarshalException - Throws:
MarshalException
-