|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectbe.fedict.eid.applet.service.signer.AbstractXmlSignatureService
be.fedict.eid.applet.service.signer.ooxml.AbstractOOXMLSignatureService
public abstract class AbstractOOXMLSignatureService
Signature Service implementation for Office OpenXML document format XML signatures.
Constructor Summary | |
---|---|
protected |
AbstractOOXMLSignatureService(DigestAlgo digestAlgo)
|
Method Summary | |
---|---|
protected String |
getCanonicalizationMethod()
|
String |
getFilesDigestAlgorithm()
|
protected abstract URL |
getOfficeOpenXMLDocumentURL()
Gives back the URL of the OOXML to be signed. |
protected String |
getSignatureDescription()
Gives back the human-readable description of what the citizen will be signing. |
protected OutputStream |
getSignedDocumentOutputStream()
Gives back the output stream to which to write the signed XML document. |
protected abstract OutputStream |
getSignedOfficeOpenXMLDocumentOutputStream()
The output stream to which to write the signed Office OpenXML file. |
protected javax.xml.crypto.URIDereferencer |
getURIDereferencer()
Override this method to change the URI dereferener used by the signing engine. |
protected XAdESSignatureFacet |
getXAdESSignatureFacet()
Gives back the used XAdES signature facet. |
Methods inherited from class be.fedict.eid.applet.service.signer.AbstractXmlSignatureService |
---|
addSignatureFacet, getEnvelopingDocument, getSignatureDigestAlgorithm, getTemporaryDataStorage, loadDocument, loadDocumentNoClose, postSign, preSign, setSignatureId, setSignatureNamespacePrefix, writeDocument, writeDocumentNoClosing, writeDocumentNoClosing |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
protected AbstractOOXMLSignatureService(DigestAlgo digestAlgo)
Method Detail |
---|
protected XAdESSignatureFacet getXAdESSignatureFacet()
protected String getSignatureDescription()
AbstractXmlSignatureService
getSignatureDescription
in class AbstractXmlSignatureService
public String getFilesDigestAlgorithm()
protected final javax.xml.crypto.URIDereferencer getURIDereferencer()
AbstractXmlSignatureService
getURIDereferencer
in class AbstractXmlSignatureService
protected String getCanonicalizationMethod()
getCanonicalizationMethod
in class AbstractXmlSignatureService
protected abstract OutputStream getSignedOfficeOpenXMLDocumentOutputStream()
protected abstract URL getOfficeOpenXMLDocumentURL()
protected OutputStream getSignedDocumentOutputStream()
AbstractXmlSignatureService
getSignedDocumentOutputStream
in class AbstractXmlSignatureService
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |