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 theheaderNamefrom thejwsMethods in eu.europa.esig.dss.jades with parameters of type EtsiUComponent Modifier and Type Method Description static JAdESSignatureDSSJsonUtils. 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 EtsiUComponentEtsiUComponent. build(Object component, int order)BuildsEtsiUComponentfrom the 'etsiU' array entrystatic EtsiUComponentEtsiUComponent. build(String headerName, Object value, boolean base64UrlEncoded, JAdESAttributeIdentifier identifier)Builds theEtsiUComponentfrom the given parametersEtsiUComponentJAdESSignature. 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 voidJAdESEtsiUHeader. replaceComponent(EtsiUComponent attribute)Replaces the given attribute within the 'etsiU' header arrayvoidJAdESSignature. setMasterCSigComponent(EtsiUComponent masterCSigComponent)Sets a 'cSig' component embedding the current signature