Package com.itextpdf.signatures.cms
Class CmsAttribute
java.lang.Object
com.itextpdf.signatures.cms.CmsAttribute
This class represents Attribute structure.
-
Constructor Details
-
CmsAttribute
Creates an attribute.- Parameters:
-
type
- the type of the attribute -
value
- 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.
-