Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfPKCS7
-
Packages that use PdfPKCS7 Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfPKCS7 in com.gitlab.pdftk_java.com.lowagie.text.pdf
Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfPKCS7 Modifier and Type Field Description protected PdfPKCS7PdfSigGenericPKCS. pkcsThe class instance that calculates the PKCS#1 and PKCS#7Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfPKCS7 Modifier and Type Method Description PdfPKCS7PdfSigGenericPKCS. getSigner()Gets the class instance that does the actual signing.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.gitlab.pdftk_java.com.lowagie.text.pdf with parameters of type PdfPKCS7 Modifier and Type Method Description private voidAcroFields. updateByteRange(PdfPKCS7 pkcs7, PdfDictionary v)
-