Uses of Class
com.itextpdf.text.pdf.security.PdfPKCS7
-
Packages that use PdfPKCS7 Package Description com.itextpdf.text.pdf com.itextpdf.text.pdf.security -
-
Uses of PdfPKCS7 in com.itextpdf.text.pdf
Methods in com.itextpdf.text.pdf that return PdfPKCS7 Modifier and Type Method Description PdfPKCS7AcroFields. verifySignature(java.lang.String name)Verifies a signature.PdfPKCS7AcroFields. verifySignature(java.lang.String name, java.lang.String provider)Verifies a signature.Methods in com.itextpdf.text.pdf with parameters of type PdfPKCS7 Modifier and Type Method Description private voidAcroFields. updateByteRange(PdfPKCS7 pkcs7, PdfDictionary v) -
Uses of PdfPKCS7 in com.itextpdf.text.pdf.security
Fields in com.itextpdf.text.pdf.security declared as PdfPKCS7 Modifier and Type Field Description protected PdfPKCS7LtvVerifier. pkcs7The PdfPKCS7 object for the signature.Methods in com.itextpdf.text.pdf.security that return PdfPKCS7 Modifier and Type Method Description protected PdfPKCS7LtvVerifier. coversWholeDocument()Checks if the signature covers the whole document and throws an exception if the document was altered
-