it.sistematica.isharedoc.service.digest
Class DigestServiceImpl

java.lang.Object
  extended by it.sistematica.isharedoc.service.digest.DigestServiceImpl
All Implemented Interfaces:
DigestService

@Service(value="digestService")
public class DigestServiceImpl
extends java.lang.Object
implements DigestService


Constructor Summary
DigestServiceImpl()
           
 
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.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DigestServiceImpl

public DigestServiceImpl()
Method Detail

getCAdESFromP7MStream

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

Specified by:
getCAdESFromP7MStream in interface DigestService
Parameters:
is - the is
Returns:
the c ad es from p7 m stream
Throws:
java.lang.Exception - the exception

getCAdESFromP7SStream

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

Specified by:
getCAdESFromP7SStream in interface DigestService
Parameters:
is - the is
Returns:
the c ad es from p7 s stream
Throws:
java.lang.Exception - the exception

getCAdESFromPDFStream

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

Specified by:
getCAdESFromPDFStream in interface DigestService
Parameters:
is - the is
Returns:
the c ad es from pdf stream
Throws:
java.lang.Exception - the exception