public class CmsAttribute extends Object
| Constructor and Description |
|---|
CmsAttribute(String type,
com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive value)
Creates an attribute.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Returns the type of the attribute.
|
com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive |
getValue()
Returns the value of the attribute.
|
public CmsAttribute(String type, com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive value)
type - the type of the attributevalue - the valuepublic String getType()
public com.itextpdf.commons.bouncycastle.asn1.IASN1Primitive getValue()
Copyright © 1998–2024 Apryse Group NV. All rights reserved.