org.javasign.operators
Class M7mReader

java.lang.Object
  |
  +--org.javasign.operators.M7mReader

public class M7mReader
extends java.lang.Object


Constructor Summary
M7mReader(java.io.File file)
           
 
Method Summary
 byte[] getP7m()
           
 byte[] getTsr()
           
 void read()
           
 void read(byte[] contentbytes)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

M7mReader

public M7mReader(java.io.File file)
Method Detail

read

public void read()
          throws MessagingException,
                 java.io.FileNotFoundException,
                 java.io.IOException
MessagingException
java.io.FileNotFoundException
java.io.IOException

read

public void read(byte[] contentbytes)
          throws MessagingException,
                 java.io.FileNotFoundException,
                 java.io.IOException
MessagingException
java.io.FileNotFoundException
java.io.IOException

getP7m

public byte[] getP7m()

getTsr

public byte[] getTsr()