Uses of Class
eu.europa.esig.dss.xades.dataobject.DSSDataObjectFormat
Packages that use DSSDataObjectFormat
-
Uses of DSSDataObjectFormat in eu.europa.esig.dss.xades
Methods in eu.europa.esig.dss.xades that return types with arguments of type DSSDataObjectFormatModifier and TypeMethodDescriptionXAdESSignatureParameters.getDataObjectFormatList()
Gets a list of custom xades:DataObjectFormat elementsMethod parameters in eu.europa.esig.dss.xades with type arguments of type DSSDataObjectFormatModifier and TypeMethodDescriptionvoid
XAdESSignatureParameters.setDataObjectFormatList
(List<DSSDataObjectFormat> dataObjectFormatList) Sets a list of custom xades:DataObjectFormat elements to be incorporated within xades:SignedDataObjectProperties element of the signature. -
Uses of DSSDataObjectFormat in eu.europa.esig.dss.xades.dataobject
Methods in eu.europa.esig.dss.xades.dataobject that return DSSDataObjectFormatModifier and TypeMethodDescriptionprotected DSSDataObjectFormat
DataObjectFormatBuilder.toDataObjectFormat
(DSSReference reference) This method creates aDSSDataObjectFormat
based on the givenDSSReference
object to be incorporated to the signatureMethods in eu.europa.esig.dss.xades.dataobject that return types with arguments of type DSSDataObjectFormatModifier and TypeMethodDescriptionDataObjectFormatBuilder.build()
This method builds a collectionDSSDataObjectFormat
s corresponding to the provided configuration.