com.dstc.security.cms.atts
Interface MessageDigest


public interface MessageDigest
extends Attribute

An interface to the MessageDigest Attribute that must be amongst the list of signed attributes in a CMS SignedData. The MessageDigest attribute contains the message digest of the data that is purported to be signed and is used in the verification process. This interface is not of any conceivable use to the application programmer, but is included for completeness.

See Also:
Attribute, SignedData

Method Summary
 byte[] getDigestBytes()
          Returns the digest bytes
 
Methods inherited from interface com.dstc.security.cms.Attribute
getEncodedValues, getOid
 

Method Detail

getDigestBytes

public byte[] getDigestBytes()
Returns the digest bytes