public interface SignatureFacet
| Modifier and Type | Method and Description |
|---|---|
void |
postSign(Element signatureElement,
List<X509Certificate> signingCertificateChain)
This method is being invoked by the XML signature service engine during
the post-sign phase.
|
void |
preSign(XMLSignatureFactory signatureFactory,
Document document,
String signatureId,
List<X509Certificate> signingCertificateChain,
List<Reference> references,
List<XMLObject> objects)
This method is being invoked by the XML signature service engine during
pre-sign phase.
|
void preSign(XMLSignatureFactory signatureFactory, Document document, String signatureId, List<X509Certificate> signingCertificateChain, List<Reference> references, List<XMLObject> objects) throws NoSuchAlgorithmException, InvalidAlgorithmParameterException
signatureFactory - document - signatureId - signingCertificateChain - the optional signing certificate chainreferences - objects - InvalidAlgorithmParameterExceptionNoSuchAlgorithmExceptionvoid postSign(Element signatureElement, List<X509Certificate> signingCertificateChain)
signatureElement - signingCertificateChain - Copyright © 2008-2018 FedICT. All Rights Reserved.