Uses of Class
com.itextpdf.signatures.cms.CmsAttribute
Packages that use CmsAttribute
-
Uses of CmsAttribute in com.itextpdf.signatures.cms
Methods in com.itextpdf.signatures.cms that return types with arguments of type CmsAttributeModifier and TypeMethodDescriptionSignerInfo.getSignedAttributes()
Optional.SignerInfo.getUnSignedAttributes()
Retrieves the optional unsigned attributes.Methods in com.itextpdf.signatures.cms with parameters of type CmsAttributeModifier and TypeMethodDescriptionvoid
SignerInfo.addSignedAttribute
(CmsAttribute attribute) Adds a new attribute to the signed attributes.void
SignerInfo.addUnSignedAttribute
(CmsAttribute attribute) Optional.