Package com.itextpdf.signatures.cms
Class CmsAttribute
java.lang.Object
com.itextpdf.signatures.cms.CmsAttribute
This class represents Attribute structure.
-
Field Details
-
type
-
value
-
-
Constructor Details
-
CmsAttribute
Creates an attribute.- Parameters:
type
- the type of the attributevalue
- the value
-
-
Method Details
-
getType
Returns the type of the attribute.- Returns:
- the type of the attribute.
-
getValue
Returns the value of the attribute.- Returns:
- the value of the attribute.
-