1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for Java
  4. /
  5. com.groupdocs.metadata.core
  6. /
  7. CmsAttribute

CmsAttribute

On this page

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.

On this page