Uses of Class
eu.europa.esig.dss.jades.validation.JWS
Packages that use JWS
Package
Description
-
Uses of JWS in eu.europa.esig.dss.jades
Methods in eu.europa.esig.dss.jades that return JWSModifier and TypeMethodDescriptionJWSCompactSerializationParser.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 JWSModifier and TypeMethodDescriptionJWSJsonSerializationObject.getSignatures()Returns JWS signaturesMethods in eu.europa.esig.dss.jades with parameters of type JWSModifier and TypeMethodDescriptionDSSJsonUtils.extractJOSEHeaderMembersSet(JWS jws) This method extracts a key set used within a JOSE Header (protected + unprotected)This method returns the etsiU container with the unsigned properties or an empty Liststatic byte[]DSSJsonUtils.getSigningInputBytes(JWS jws) This method computes the signing input bytes for a JWS signaturestatic JWSJsonSerializationObjectDSSJsonUtils.toJWSJsonSerializationObject(JWS jws) Converts theJWStoJWSJsonSerializationObjectDSSJsonUtils.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 JWSModifier and TypeMethodDescriptionvoidJWSJsonSerializationObject.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 JWSModifier and TypeMethodDescriptionprotected 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 JWSConstructors in eu.europa.esig.dss.jades.validation with parameters of type JWSModifierConstructorDescriptionJAdESCertificateSource(JWS jws, JAdESEtsiUHeader etsiUHeader) Default constructorJAdESEtsiUHeader(JWS jws) The default constructorJAdESSignature(JWS jws) Default constructorDefault constructor