it.sistematica.isharedoc.service.digest
Interface DigestService

All Known Implementing Classes:
DigestServiceImpl

public interface DigestService

The Interface DigestService.


Method Summary
 it.neverworks.security.signature.DigSignCAdES getCAdESFromP7MStream(java.io.InputStream is)
          Gets the c ad es from p7 m stream.
 it.neverworks.security.signature.DigSignCAdES getCAdESFromP7SStream(java.io.InputStream is)
          Gets the c ad es from p7 s stream.
 it.neverworks.security.signature.DigSignCAdES getCAdESFromPDFStream(java.io.InputStream is)
          Gets the c ad es from pdf stream.
 

Method Detail

getCAdESFromP7MStream

it.neverworks.security.signature.DigSignCAdES getCAdESFromP7MStream(java.io.InputStream is)
                                                                    throws java.lang.Exception
Gets the c ad es from p7 m stream.

Parameters:
is - the is
Returns:
the c ad es from p7 m stream
Throws:
java.lang.Exception - the exception

getCAdESFromP7SStream

it.neverworks.security.signature.DigSignCAdES getCAdESFromP7SStream(java.io.InputStream is)
                                                                    throws java.lang.Exception
Gets the c ad es from p7 s stream.

Parameters:
is - the is
Returns:
the c ad es from p7 s stream
Throws:
java.lang.Exception - the exception

getCAdESFromPDFStream

it.neverworks.security.signature.DigSignCAdES getCAdESFromPDFStream(java.io.InputStream is)
                                                                    throws java.lang.Exception
Gets the c ad es from pdf stream.

Parameters:
is - the is
Returns:
the c ad es from pdf stream
Throws:
java.lang.Exception - the exception