Uses of Class
eu.europa.esig.dss.jades.validation.JWS
Package
Description
-
Uses of JWS in eu.europa.esig.dss.jades
Modifier and TypeMethodDescriptionJWSCompactSerializationParser.parse()
Parses the provided document and returns a JWS Compact signature if foundModifier and TypeMethodDescriptionJWSJsonSerializationObject.getSignatures()
Returns JWS signaturesModifier 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 JWSJsonSerializationObject
DSSJsonUtils.toJWSJsonSerializationObject
(JWS jws) Converts theJWS
toJWSJsonSerializationObject
DSSJsonUtils.validateAgainstJAdESSchema
(JWS jws) ValidatesJWS
against a JAdES schema (ETSI TS 119 182-1)Modifier and TypeMethodDescriptionvoid
JWSJsonSerializationObject.setSignatures
(List<JWS> signatures) Sets a list of signatures -
Uses of JWS in eu.europa.esig.dss.jades.signature
Modifier and TypeMethodDescriptionprotected 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
ModifierConstructorDescriptionJAdESCertificateSource
(JWS jws, JAdESEtsiUHeader etsiUHeader) Default constructorJAdESEtsiUHeader
(JWS jws) The default constructorJAdESSignature
(JWS jws) Default constructorDefault constructor