Uses of Interface
eu.europa.esig.dss.xades.reference.DSSTransform
Package | Description |
---|---|
eu.europa.esig.dss.xades.reference |
-
Uses of DSSTransform in eu.europa.esig.dss.xades.reference
Classes in eu.europa.esig.dss.xades.reference that implement DSSTransform Modifier and Type Class Description class
AbstractTransform
class
Base64Transform
Transforms a reference content to its base64 representation NOTE: Not compatible with: - other transformations; - isEmbed(true) parameter; - Manifest signature; - Enveloped signatures.class
CanonicalizationTransform
class
ComplexTransform
class
EnvelopedSignatureTransform
Used for Enveloped Signature Note: must be followed up by aCanonicalizationTransform
class
XPath2FilterEnvelopedSignatureTransform
class
XPath2FilterTransform
class
XPathEnvelopedSignatureTransform
class
XPathTransform
class
XsltTransform
Methods in eu.europa.esig.dss.xades.reference that return types with arguments of type DSSTransform Modifier and Type Method Description List<DSSTransform>
DSSReference. getTransforms()
Method parameters in eu.europa.esig.dss.xades.reference with type arguments of type DSSTransform Modifier and Type Method Description void
DSSReference. setTransforms(List<DSSTransform> transforms)