Uses of Class
com.itextpdf.signatures.cms.CmsAttribute
-
Packages that use CmsAttribute Package Description com.itextpdf.signatures.cms -
-
Uses of CmsAttribute in com.itextpdf.signatures.cms
Fields in com.itextpdf.signatures.cms with type parameters of type CmsAttribute Modifier and Type Field Description private java.util.Collection<CmsAttribute>SignerInfo. signedAttributesprivate java.util.Collection<CmsAttribute>SignerInfo. unSignedAttributesMethods in com.itextpdf.signatures.cms that return types with arguments of type CmsAttribute Modifier and Type Method Description java.util.Collection<CmsAttribute>SignerInfo. getSignedAttributes()Optional.java.util.Collection<CmsAttribute>SignerInfo. getUnSignedAttributes()Retrieves the optional unsigned attributes.private static java.util.Collection<CmsAttribute>SignerInfo. processAttributeSet(IASN1Encodable asnStruct)Methods in com.itextpdf.signatures.cms with parameters of type CmsAttribute Modifier and Type Method Description voidSignerInfo. 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 CmsAttribute Modifier and Type Method Description private static IDERSetSignerInfo. getAttributesAsDERSet(java.util.Collection<CmsAttribute> attributeSet)
-