Uses of Class
com.gitlab.pdftk_java.com.lowagie.text.pdf.PdfSigGenericPKCS
-
Packages that use PdfSigGenericPKCS Package Description com.gitlab.pdftk_java.com.lowagie.text.pdf -
-
Uses of PdfSigGenericPKCS in com.gitlab.pdftk_java.com.lowagie.text.pdf
Subclasses of PdfSigGenericPKCS in com.gitlab.pdftk_java.com.lowagie.text.pdf Modifier and Type Class Description static class
PdfSigGenericPKCS.PPKLite
Creates a standard filter of the type self signed.static class
PdfSigGenericPKCS.PPKMS
Creates a standard filter of the type Windows Certificate.static class
PdfSigGenericPKCS.VeriSign
Creates a standard filter of the type VeriSign.Fields in com.gitlab.pdftk_java.com.lowagie.text.pdf declared as PdfSigGenericPKCS Modifier and Type Field Description private PdfSigGenericPKCS
PdfSignatureAppearance. sigStandard
Methods in com.gitlab.pdftk_java.com.lowagie.text.pdf that return PdfSigGenericPKCS Modifier and Type Method Description PdfSigGenericPKCS
PdfSignatureAppearance. getSigStandard()
Gets the instance of the standard signature dictionary.
-