Interface SerializableCounterSignatureParameters
- All Superinterfaces:
Serializable, SerializableSignatureParameters
- All Known Implementing Classes:
CAdESCounterSignatureParameters, JAdESCounterSignatureParameters, XAdESCounterSignatureParameters
The interface contains the common methods for counter signature parameters
-
Method Summary
Modifier and TypeMethodDescriptionReturns Id of a signature that needs to be counter signedvoidsetSignatureIdToCounterSign(String signatureId) Sets the Id of a signature to be counter signed NOTE: The id shall represent the DSS (hash-based) id of a signature or a provided id in the signature document, when available (i.e.Methods inherited from interface SerializableSignatureParameters
bLevel, getDigestAlgorithm, getEncryptionAlgorithm, getSignatureAlgorithm, getSigningCertificate, isCheckCertificateRevocation, isGenerateTBSWithoutCertificate
-
Method Details
-
getSignatureIdToCounterSign
-
setSignatureIdToCounterSign
Sets the Id of a signature to be counter signed NOTE: The id shall represent the DSS (hash-based) id of a signature or a provided id in the signature document, when available (i.e. XML Id for a XAdES signature)- Parameters:
signatureId-Stringid of a signature to be counter signed
-