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 SigDMechanismSigDMechanism. forUri(String uri)Returns a SigDMechanism for the given URIstatic SigDMechanismSigDMechanism. 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 SigDMechanismJAdESSignatureParameters. getSigDMechanism()Returns a SigDMechanism to useMethods in eu.europa.esig.dss.jades with parameters of type SigDMechanism Modifier and Type Method Description voidJAdESSignatureParameters. 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 SigDMechanismJAdESSignature. 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 SigDMechanismRemoteSignatureParameters. getSigDMechanism()GetsSigDMechanismNOTE: 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 voidRemoteSignatureParameters. setSigDMechanism(SigDMechanism sigDMechanism)SetsSigDMechanismNOTE: used only for JAdES with DETACHED packaging