com.digt.trusted.cms
Class CMSSignableByteArray

java.lang.Object
  extended by com.digt.trusted.cms.CMSProcessableByteArray
      extended by com.digt.trusted.cms.CMSSignableByteArray
All Implemented Interfaces:
CMSProcessable

Deprecated. use CMSProcessableByteArray

public class CMSSignableByteArray
extends CMSProcessableByteArray

a holding class for a byte array of data to be signed or verified.


Constructor Summary
CMSSignableByteArray(byte[] bytes)
          Deprecated.  
 
Method Summary
 
Methods inherited from class com.digt.trusted.cms.CMSProcessableByteArray
getContent, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CMSSignableByteArray

public CMSSignableByteArray(byte[] bytes)
Deprecated.