Package eu.europa.esig.dss.model
Interface SerializableCounterSignatureParameters
- All Superinterfaces:
Serializable,SerializableSignatureParameters
- All Known Implementing Classes:
CAdESCounterSignatureParameters,JAdESCounterSignatureParameters,XAdESCounterSignatureParameters
public interface SerializableCounterSignatureParameters extends SerializableSignatureParameters
The interface contains the common methods for counter signature parameters
-
Method Summary
Modifier and Type Method Description StringgetSignatureIdToCounterSign()Returns Id of a signature that needs to be counter signedvoidsetSignatureIdToCounterSign(String signatureId)Sets the Id of a signature to be counter signedMethods inherited from interface eu.europa.esig.dss.model.SerializableSignatureParameters
bLevel, getDigestAlgorithm, getMaskGenerationFunction, getSigningCertificate, isGenerateTBSWithoutCertificate, isSignWithExpiredCertificate
-
Method Details