Uses of Class
se.swedenconnect.sigval.pdf.timestamp.PDFDocTimeStamp
Packages that use PDFDocTimeStamp
Package
Description
-
Uses of PDFDocTimeStamp in se.swedenconnect.sigval.pdf.timestamp
Subclasses of PDFDocTimeStamp in se.swedenconnect.sigval.pdf.timestampModifier and TypeClassDescriptionclass
Object class holding a SVT document timestamp -
Uses of PDFDocTimeStamp in se.swedenconnect.sigval.pdf.verify
Methods in se.swedenconnect.sigval.pdf.verify that return types with arguments of type PDFDocTimeStampModifier and TypeMethodDescriptionPDFSingleSignatureValidator.verifyDocumentTimestamps
(List<org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature> documentTimestampSignatures, byte[] pdfDocument) Verifies document timestampsMethod parameters in se.swedenconnect.sigval.pdf.verify with type arguments of type PDFDocTimeStampModifier and TypeMethodDescriptionPDFSingleSignatureValidator.verifySignature
(org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature, byte[] pdfDocument, List<PDFDocTimeStamp> documentTimestamps, PDFSignatureContext signatureContext) Verifies the signature on a PDF document -
Uses of PDFDocTimeStamp in se.swedenconnect.sigval.pdf.verify.impl
Methods in se.swedenconnect.sigval.pdf.verify.impl that return types with arguments of type PDFDocTimeStampModifier and TypeMethodDescriptionPDFSingleSignatureValidatorImpl.verifyDocumentTimestamps
(List<org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature> documentTimestampSignatures, byte[] pdfDocument) Verifies document timestampsMethod parameters in se.swedenconnect.sigval.pdf.verify.impl with type arguments of type PDFDocTimeStampModifier and TypeMethodDescriptionPDFSingleSignatureValidatorImpl.verifySignature
(org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSignature signature, byte[] pdfDocument, List<PDFDocTimeStamp> documentTimestamps, PDFSignatureContext signatureContext) Verifies the signature on a PDF document