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 JWSJWSCompactSerializationParser. 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 JWSJsonSerializationObjectDSSJsonUtils. toJWSJsonSerializationObject(JWS jws)Converts theJWStoJWSJsonSerializationObjectstatic List<String>DSSJsonUtils. validateAgainstJAdESSchema(JWS jws)ValidatesJWSagainst 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 voidJWSJsonSerializationObject. 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 voidJAdESExtensionBuilder. assertEtsiUComponentsConsistent(JWS jws, boolean isBase64UrlEtsiUComponents)Checks if the type of etsiU components is consistentprotected voidAbstractJAdESBuilder. incorporateHeader(JWS jws)Incorporates Signed Headerprotected voidAbstractJAdESBuilder. 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 JWSJAdESSignature. getJws()Gets the associatedJWSConstructors 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