Interface JAdESBuilder
- All Known Implementing Classes:
AbstractJAdESBuilder,JAdESCompactBuilder,JAdESSerializationBuilder
public interface JAdESBuilder
Builds a JAdES signature
-
Method Summary
Modifier and TypeMethodDescriptionbuild(SignatureValue signatureValue) Builds a signatureBuilds data to be signed by incorporating a detached payload when required (see 5.2.8.3 Mechanism ObjectIdByURI)Returns MimeType of the produce signature by the builder
-
Method Details
-
build
Builds a signature- Parameters:
signatureValue-SignatureValueto add to the signature- Returns:
DSSDocumentcontaining JWS binaries
-
buildDataToBeSigned
ToBeSigned buildDataToBeSigned()Builds data to be signed by incorporating a detached payload when required (see 5.2.8.3 Mechanism ObjectIdByURI)- Returns:
Stringrepresenting the signature data to be signed result
-
getMimeType
-