Uses of Class
eu.europa.esig.dss.jades.validation.JWS
Package | Description |
---|---|
eu.europa.esig.dss.jades | |
eu.europa.esig.dss.jades.signature | |
eu.europa.esig.dss.jades.validation |
-
Uses of JWS in eu.europa.esig.dss.jades
Methods in eu.europa.esig.dss.jades that return JWS Modifier and Type Method Description JWS
JWSCompactSerializationParser. parse()
Parses the provided document and returns a JWS Compact signature if foundMethods in eu.europa.esig.dss.jades that return types with arguments of type JWS Modifier and Type Method Description List<JWS>
JWSJsonSerializationObject. getSignatures()
Methods in eu.europa.esig.dss.jades with parameters of type JWS Modifier and Type Method Description static List<Object>
DSSJsonUtils. getEtsiU(JWS jws)
This method returns the etsiU container with the unsigned properties or an empty Liststatic JWSJsonSerializationObject
DSSJsonUtils. toJWSJsonSerializationObject(JWS jws)
Converts theJWS
toJWSJsonSerializationObject
static List<String>
DSSJsonUtils. validateAgainstJAdESSchema(JWS jws)
ValidatesJWS
against a JAdES schema (ETSI TS 119 182-1)Method parameters in eu.europa.esig.dss.jades with type arguments of type JWS Modifier and Type Method Description void
JWSJsonSerializationObject. setSignatures(List<JWS> signatures)
Sets a list of signatures -
Uses of JWS in eu.europa.esig.dss.jades.signature
Methods in eu.europa.esig.dss.jades.signature with parameters of type JWS Modifier and Type Method Description protected void
JAdESExtensionBuilder. assertEtsiUComponentsConsistent(JWS jws, boolean isBase64UrlEtsiUComponents)
Checks if the type of etsiU components is consistentprotected void
AbstractJAdESBuilder. incorporateHeader(JWS jws)
Incorporates Signed Headerprotected void
AbstractJAdESBuilder. incorporatePayload(JWS jws)
Incorporates Payload -
Uses of JWS in eu.europa.esig.dss.jades.validation
Methods in eu.europa.esig.dss.jades.validation that return JWS Modifier and Type Method Description JWS
JAdESSignature. getJws()
Gets the associatedJWS
Constructors in eu.europa.esig.dss.jades.validation with parameters of type JWS Constructor Description JAdESCertificateSource(JWS jws, JAdESEtsiUHeader etsiUHeader)
Default constructorJAdESEtsiUHeader(JWS jws)
The default constructorJAdESSignature(JWS jws)
Default constructorJAdESSignatureIntegrityValidator(JWS jws)
Default constructor