CmsPackage

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

public final class CmsPackage extends CustomPackage

Represents a CMS digital signature metadata package.

Methods

Method Description
getSignatures() Gets an array of the signatures extracted from the file.
getFlags() Gets the digital signature flags.

getSignatures()

public final Cms[] getSignatures()

Gets an array of the signatures extracted from the file.

Returns: com.groupdocs.metadata.core.Cms[] - An array of the signatures extracted from the file.

getFlags()

public final Integer getFlags()

Gets the digital signature flags.

Returns: java.lang.Integer - The digital signature flags.