Uses of Class
com.itextpdf.signatures.cms.SignerInfo
-
Packages that use SignerInfo Package Description com.itextpdf.signatures.cms -
-
Uses of SignerInfo in com.itextpdf.signatures.cms
Fields in com.itextpdf.signatures.cms declared as SignerInfo Modifier and Type Field Description private SignerInfo
CMSContainer. signerInfo
This class only supports one signer per signature field.Methods in com.itextpdf.signatures.cms that return SignerInfo Modifier and Type Method Description SignerInfo
CMSContainer. getSignerInfo()
This class only supports one signer per signature field.Methods in com.itextpdf.signatures.cms with parameters of type SignerInfo Modifier and Type Method Description void
CMSContainer. setSignerInfo(SignerInfo signerInfo)
This class only supports one signer per signature field.
-