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 theheaderName
from 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 void
JAdESLevelBaselineLT.incorporateRVals
(JAdESEtsiUHeader etsiUHeader, Set<CRLToken> crlsToAdd, Set<OCSPToken> ocspsToAdd, boolean base64UrlEncoded) Incorporates the provided set of certificates intoetsiUHeader
protected void
JAdESLevelBaselineLT.incorporateXVals
(JAdESEtsiUHeader etsiUHeader, Set<CertificateToken> certificateValuesToAdd, boolean base64UrlEncoded) Incorporates the provided set of certificates intoetsiUHeader
-
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