Uses of Class
eu.europa.esig.dss.jades.validation.EtsiUComponent
Package | Description |
---|---|
eu.europa.esig.dss.jades | |
eu.europa.esig.dss.jades.validation |
-
Uses of EtsiUComponent in eu.europa.esig.dss.jades
Methods in eu.europa.esig.dss.jades that return types with arguments of type EtsiUComponent Modifier and Type Method Description static List<EtsiUComponent>
DSSJsonUtils. getUnsignedPropertiesWithHeaderName(JAdESEtsiUHeader etsiUHeader, String headerName)
Returns a list of unsigned 'etsiU' properties matching theheaderName
from thejws
Methods in eu.europa.esig.dss.jades with parameters of type EtsiUComponent Modifier and Type Method Description static JAdESSignature
DSSJsonUtils. extractJAdESCounterSignature(EtsiUComponent cSigAttribute, JAdESSignature masterSignature)
Extracts a counter signature from 'cSig' value with respect to the found format -
Uses of EtsiUComponent in eu.europa.esig.dss.jades.validation
Methods in eu.europa.esig.dss.jades.validation that return EtsiUComponent Modifier and Type Method Description static EtsiUComponent
EtsiUComponent. build(Object component, int order)
BuildsEtsiUComponent
from the 'etsiU' array entrystatic EtsiUComponent
EtsiUComponent. build(String headerName, Object value, boolean base64UrlEncoded, JAdESAttributeIdentifier identifier)
Builds theEtsiUComponent
from the given parametersEtsiUComponent
JAdESSignature. getMasterCSigComponent()
Gets a 'cSig' component embedding the current signatureMethods in eu.europa.esig.dss.jades.validation that return types with arguments of type EtsiUComponent Modifier and Type Method Description List<EtsiUComponent>
JAdESEtsiUHeader. getAttributes()
Methods in eu.europa.esig.dss.jades.validation with parameters of type EtsiUComponent Modifier and Type Method Description void
JAdESEtsiUHeader. replaceComponent(EtsiUComponent attribute)
Replaces the given attribute within the 'etsiU' header arrayvoid
JAdESSignature. setMasterCSigComponent(EtsiUComponent masterCSigComponent)
Sets a 'cSig' component embedding the current signature