Uses of Class
eu.europa.esig.dss.jades.validation.JAdESEtsiUHeader
Packages that use JAdESEtsiUHeader
Package
Description
-
Uses of JAdESEtsiUHeader in eu.europa.esig.dss.jades
Methods in eu.europa.esig.dss.jades with parameters of type JAdESEtsiUHeaderModifier and TypeMethodDescriptionstatic List<EtsiUComponent> DSSJsonUtils.getUnsignedPropertiesWithHeaderName(JAdESEtsiUHeader etsiUHeader, String headerName) Returns a list of unsigned 'etsiU' properties matching theheaderNamefrom thejws -
Uses of JAdESEtsiUHeader in eu.europa.esig.dss.jades.signature
Methods in eu.europa.esig.dss.jades.signature with parameters of type JAdESEtsiUHeaderModifier and TypeMethodDescriptionprotected voidJAdESLevelBaselineLT.incorporateAnyValidationData(JAdESEtsiUHeader etsiUHeader, ValidationData validationDataForInclusion, boolean base64UrlEncoded) This method incorporates the 'anyValData' dictionary in the signatureprotected voidJAdESLevelBaselineLT.incorporateRVals(JAdESEtsiUHeader etsiUHeader, Set<CRLToken> crlsToAdd, Set<OCSPToken> ocspsToAdd, boolean base64UrlEncoded) Incorporates the provided set of certificates intoetsiUHeaderprotected voidJAdESLevelBaselineLT.incorporateTstValidationData(JAdESEtsiUHeader etsiUHeader, ValidationData validationDataForInclusion, boolean base64UrlEncoded) This method incorporates the 'tstVD' dictionary in the signatureprotected voidJAdESLevelBaselineLT.incorporateValidationData(JAdESEtsiUHeader etsiUHeader, ValidationData validationDataForInclusion, String headerName, boolean base64UrlEncoded) This method incorporates the validation data container in the signatureprotected voidJAdESLevelBaselineLT.incorporateXVals(JAdESEtsiUHeader etsiUHeader, Set<CertificateToken> certificateValuesToAdd, boolean base64UrlEncoded) Incorporates the provided set of certificates intoetsiUHeaderprotected voidJAdESLevelBaselineLT.removeLastTimestampAndAnyValidationData(JAdESSignature jadesSignature, JAdESEtsiUHeader etsiUHeader) This method removes the 'tstVd' and 'anyValData' header parameters appearing in the end of the 'etsiU' unsigned property array. -
Uses of JAdESEtsiUHeader in eu.europa.esig.dss.jades.validation
Methods in eu.europa.esig.dss.jades.validation that return JAdESEtsiUHeaderModifier and TypeMethodDescriptionJAdESSignature.getEtsiUHeader()Returns unsigned properties embedded into the 'etsiU' arrayConstructors in eu.europa.esig.dss.jades.validation with parameters of type JAdESEtsiUHeaderModifierConstructorDescriptionJAdESCertificateSource(JWS jws, JAdESEtsiUHeader etsiUHeader) Default constructorJAdESCRLSource(JAdESEtsiUHeader etsiUHeader) Default constructorJAdESOCSPSource(JAdESEtsiUHeader etsiUHeader) Default constructor