com.dstc.security.cms.atts
Interface ContentType


public interface ContentType
extends Attribute

An interface to the ContentType attribute which must be amongst the list of signed attributes in a CMS SignedData. The ContentType attribute denotes the content type of the data that is signed in the encapsulating SignedData.

See Also:
Attribute, SignedData

Method Summary
 String getContentType()
          Returns the Object Identifier for the content type
 
Methods inherited from interface com.dstc.security.cms.Attribute
getEncodedValues, getOid
 

Method Detail

getContentType

public String getContentType()
Returns the Object Identifier for the content type