Uses of Class
eu.europa.esig.dss.jades.validation.JAdESSignature
-
Uses of JAdESSignature in eu.europa.esig.dss.jades
Methods in eu.europa.esig.dss.jades that return JAdESSignature Modifier and Type Method Description static JAdESSignatureDSSJsonUtils. extractJAdESCounterSignature(EtsiUComponent cSigAttribute, JAdESSignature masterSignature)Extracts a counter signature from 'cSig' value with respect to the found formatMethods in eu.europa.esig.dss.jades with parameters of type JAdESSignature Modifier and Type Method Description static JAdESSignatureDSSJsonUtils. extractJAdESCounterSignature(EtsiUComponent cSigAttribute, JAdESSignature masterSignature)Extracts a counter signature from 'cSig' value with respect to the found format -
Uses of JAdESSignature in eu.europa.esig.dss.jades.signature
Methods in eu.europa.esig.dss.jades.signature with parameters of type JAdESSignature Modifier and Type Method Description protected voidJAdESLevelBaselineLT. checkSignatureIntegrity(JAdESSignature jadesSignature)This method checks the signature integrity and throws aDSSExceptionif the signature is broken.protected voidJAdESLevelBaselineLT. extendSignature(JAdESSignature jadesSignature, JAdESSignatureParameters params)protected voidJAdESLevelBaselineLTA. extendSignature(JAdESSignature jadesSignature, JAdESSignatureParameters params)protected voidJAdESLevelBaselineT. extendSignature(JAdESSignature jadesSignature, JAdESSignatureParameters params)Extends the signatureprotected ValidationDataForInclusionJAdESLevelBaselineLT. getValidationDataForInclusion(JAdESSignature jadesSignature, ValidationContext validationContext)Gets the validation data to be included into the signature -
Uses of JAdESSignature in eu.europa.esig.dss.jades.validation
Constructors in eu.europa.esig.dss.jades.validation with parameters of type JAdESSignature Constructor Description JAdESSignatureIdentifierBuilder(JAdESSignature signature)Default constructor -
Uses of JAdESSignature in eu.europa.esig.dss.jades.validation.scope
Methods in eu.europa.esig.dss.jades.validation.scope with parameters of type JAdESSignature Modifier and Type Method Description List<SignatureScope>JAdESSignatureScopeFinder. findSignatureScope(JAdESSignature jadesSignature)protected List<DSSDocument>JAdESSignatureScopeFinder. getOriginalDocuments(JAdESSignature jadesSignature)Returns original documents for the given JAdES signature -
Uses of JAdESSignature in eu.europa.esig.dss.jades.validation.timestamp
Constructors in eu.europa.esig.dss.jades.validation.timestamp with parameters of type JAdESSignature Constructor Description JAdESTimestampDataBuilder(JAdESSignature signature)Default constructorJAdESTimestampSource(JAdESSignature signature)Default constructor