Uses of Class
eu.europa.esig.dss.xades.reference.DSSReference
| Package | Description |
|---|---|
| eu.europa.esig.dss.xades | |
| eu.europa.esig.dss.xades.signature |
-
Uses of DSSReference in eu.europa.esig.dss.xades
Methods in eu.europa.esig.dss.xades that return types with arguments of type DSSReference Modifier and Type Method Description List<DSSReference>XAdESSignatureParameters. getReferences()Method parameters in eu.europa.esig.dss.xades with type arguments of type DSSReference Modifier and Type Method Description voidXAdESSignatureParameters. setReferences(List<DSSReference> references) -
Uses of DSSReference in eu.europa.esig.dss.xades.signature
Methods in eu.europa.esig.dss.xades.signature that return DSSReference Modifier and Type Method Description protected abstract DSSReferenceXAdESSignatureBuilder. createReference(DSSDocument document, int referenceIndex)Methods in eu.europa.esig.dss.xades.signature with parameters of type DSSReference Modifier and Type Method Description protected byte[]XAdESSignatureBuilder. applyTransformations(DSSReference reference, Node nodeToTransform)Applies transforms on a node and returns the byte array to be used for a reference digest computationprotected voidXAdESBuilder. incorporateDigestValue(Element parentDom, DSSReference dssReference, DigestAlgorithm digestAlgorithm, DSSDocument originalDocument)This method creates the ds:DigestValue DOM object.protected abstract DSSDocumentXAdESSignatureBuilder. transformReference(DSSReference reference)This method performs the reference transformation.