Uses of Class
com.itextpdf.signatures.cms.CmsAttribute
Packages that use CmsAttribute
-
Uses of CmsAttribute in com.itextpdf.signatures.cms
Fields in com.itextpdf.signatures.cms with type parameters of type CmsAttributeModifier and TypeFieldDescriptionprivate final Collection<CmsAttribute> SignerInfo.signedAttributesprivate final Collection<CmsAttribute> SignerInfo.unSignedAttributesMethods in com.itextpdf.signatures.cms that return types with arguments of type CmsAttributeModifier and TypeMethodDescriptionSignerInfo.getSignedAttributes()Optional.SignerInfo.getUnSignedAttributes()Retrieves the optional unsigned attributes.private static Collection<CmsAttribute> SignerInfo.processAttributeSet(IASN1Encodable asnStruct) Methods in com.itextpdf.signatures.cms with parameters of type CmsAttributeModifier and TypeMethodDescriptionvoidSignerInfo.addSignedAttribute(CmsAttribute attribute) Adds a new attribute to the signed attributes.voidSignerInfo.addUnSignedAttribute(CmsAttribute attribute) Optional.Method parameters in com.itextpdf.signatures.cms with type arguments of type CmsAttributeModifier and TypeMethodDescriptionprivate static IDERSetSignerInfo.getAttributesAsDERSet(Collection<CmsAttribute> attributeSet)