Interface JAdESBuilder
- All Known Implementing Classes:
AbstractJAdESBuilder,JAdESCompactBuilder,JAdESSerializationBuilder
public interface JAdESBuilder
Builds a JAdES signature
-
Method Summary
Modifier and Type Method Description DSSDocumentbuild(SignatureValue signatureValue)Builds a signatureToBeSignedbuildDataToBeSigned()Builds data to be signed by incorporating a detached payload when required (see 5.2.8.3 Mechanism ObjectIdByURI)MimeTypegetMimeType()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
MimeType getMimeType()Returns MimeType of the produce signature by the builder- Returns:
MimeType
-