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. signedAttributes
private java.util.Collection<CmsAttribute>
SignerInfo. unSignedAttributes
Methods 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 void
SignerInfo. addSignedAttribute(CmsAttribute attribute)
Adds a new attribute to the signed attributes.void
SignerInfo. addUnSignedAttribute(CmsAttribute attribute)
Optional.Method parameters in com.itextpdf.signatures.cms with type arguments of type CmsAttribute Modifier and Type Method Description private static IDERSet
SignerInfo. getAttributesAsDERSet(java.util.Collection<CmsAttribute> attributeSet)
-