Uses of Class
eu.europa.esig.dss.enumerations.SigDMechanism
Package | Description |
---|---|
eu.europa.esig.dss.enumerations | |
eu.europa.esig.dss.jades | |
eu.europa.esig.dss.jades.validation | |
eu.europa.esig.dss.ws.signature.dto.parameters |
-
Uses of SigDMechanism in eu.europa.esig.dss.enumerations
Methods in eu.europa.esig.dss.enumerations that return SigDMechanism Modifier and Type Method Description static SigDMechanism
SigDMechanism. forUri(String uri)
Returns a SigDMechanism for the given URIstatic SigDMechanism
SigDMechanism. valueOf(String name)
Returns the enum constant of this type with the specified name.static SigDMechanism[]
SigDMechanism. values()
Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SigDMechanism in eu.europa.esig.dss.jades
Methods in eu.europa.esig.dss.jades that return SigDMechanism Modifier and Type Method Description SigDMechanism
JAdESSignatureParameters. getSigDMechanism()
Returns a SigDMechanism to useMethods in eu.europa.esig.dss.jades with parameters of type SigDMechanism Modifier and Type Method Description void
JAdESSignatureParameters. setSigDMechanism(SigDMechanism sigDMechanism)
Sets SigDMechanism to use for a Detached signature -
Uses of SigDMechanism in eu.europa.esig.dss.jades.validation
Methods in eu.europa.esig.dss.jades.validation that return SigDMechanism Modifier and Type Method Description SigDMechanism
JAdESSignature. getSigDMechanism()
Returns a mechanism used in 'sigD' to cover a detached content -
Uses of SigDMechanism in eu.europa.esig.dss.ws.signature.dto.parameters
Methods in eu.europa.esig.dss.ws.signature.dto.parameters that return SigDMechanism Modifier and Type Method Description SigDMechanism
RemoteSignatureParameters. getSigDMechanism()
GetsSigDMechanism
NOTE: used only for JAdES with DETACHED packagingMethods in eu.europa.esig.dss.ws.signature.dto.parameters with parameters of type SigDMechanism Modifier and Type Method Description void
RemoteSignatureParameters. setSigDMechanism(SigDMechanism sigDMechanism)
SetsSigDMechanism
NOTE: used only for JAdES with DETACHED packaging