Uses of Class
com.aowagie.text.pdf.PdfPKCS7
-
Packages that use PdfPKCS7 Package Description com.aowagie.text.pdf -
-
Uses of PdfPKCS7 in com.aowagie.text.pdf
Fields in com.aowagie.text.pdf declared as PdfPKCS7 Modifier and Type Field Description private PdfPKCS7PdfSigGenericPKCS. pkcsThe class instance that calculates the PKCS#1 and PKCS#7Methods in com.aowagie.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.aowagie.text.pdf with parameters of type PdfPKCS7 Modifier and Type Method Description byte[]TSAClient. getTimeStampToken(PdfPKCS7 caller, byte[] imprint)Get RFC 3161 timeStampToken.private voidAcroFields. updateByteRange(PdfPKCS7 pkcs7, PdfDictionary v)
-