CmsAttribute

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage

public class CmsAttribute extends CustomPackage

Represents a CMS signer info attribute.

Methods

Method Description
getOid() Gets the attribute OID.
getValue() Gets the attribute value represented as a string.

getOid()

public final Oid getOid()

Gets the attribute OID.

Returns: Oid - The attribute OID.

getValue()

public final String getValue()

Gets the attribute value represented as a string.

Returns: java.lang.String - The attribute value represented as a string.