java.lang.Object
org.openpdf.text.pdf.PdfObject
org.openpdf.text.pdf.PdfDictionary
org.openpdf.text.pdf.PdfSignature
org.openpdf.text.pdf.PdfSigGenericPKCS
org.openpdf.text.pdf.PdfSigGenericPKCS.VeriSign
- Enclosing class:
PdfSigGenericPKCS
Creates a standard filter of the type VeriSign.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.openpdf.text.pdf.PdfSigGenericPKCS
PdfSigGenericPKCS.PPKLite, PdfSigGenericPKCS.PPKMS, PdfSigGenericPKCS.VeriSign -
Field Summary
Fields inherited from class org.openpdf.text.pdf.PdfSigGenericPKCS
hashAlgorithm, name, pkcs, provider -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.openpdf.text.pdf.PdfSigGenericPKCS
getName, getSigner, getSignerContents, setExternalDigest, setSignInfoMethods inherited from class org.openpdf.text.pdf.PdfSignature
getPdfSignatureBuildProperties, setByteRange, setCert, setContact, setContents, setDate, setLocation, setName, setReasonMethods inherited from class org.openpdf.text.pdf.PdfDictionary
clear, contains, get, getAsArray, getAsBoolean, getAsDict, getAsIndirectObject, getAsName, getAsNumber, getAsStream, getAsString, getDirectObject, getKeys, getKeysAndValues, isCatalog, isFont, isOutlineTree, isPage, isPages, merge, mergeDifferent, put, putAll, putEx, remove, size, toPdf, toStringMethods inherited from class org.openpdf.text.pdf.PdfObject
canBeInObjStm, getBytes, getIndRef, isArray, isBoolean, isDictionary, isIndirect, isName, isNull, isNumber, isStream, isString, length, setContent, setIndRef, type
-
Constructor Details
-
VeriSign
public VeriSign()The constructor for the default provider. -
VeriSign
The constructor for an explicit provider.- Parameters:
provider- the crypto provider
-