Class DSSReference
java.lang.Object
eu.europa.esig.dss.xades.reference.DSSReference
public class DSSReference extends Object
-
Constructor Summary
Constructors Constructor Description DSSReference()
The default constructor -
Method Summary
Modifier and Type Method Description DSSDocument
getContents()
DigestAlgorithm
getDigestMethodAlgorithm()
String
getId()
List<DSSTransform>
getTransforms()
String
getType()
String
getUri()
void
setContents(DSSDocument contents)
void
setDigestMethodAlgorithm(DigestAlgorithm digestMethod)
void
setId(String id)
void
setTransforms(List<DSSTransform> transforms)
void
setType(String type)
void
setUri(String uri)
String
toString()
-
Constructor Details
-
DSSReference
public DSSReference()The default constructor
-
-
Method Details