Package com.stimulsoft.report.saveLoad
Class StiEncryptedDocumentSLService
java.lang.Object
com.stimulsoft.report.saveLoad.StiSLService
com.stimulsoft.report.saveLoad.StiDocumentSLService
com.stimulsoft.report.saveLoad.StiEncryptedDocumentSLService
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetKey()booleanIf the provider handles with multitude of files then true.voidsave(StiReport report, OutputStream stream) Saves a document in the stream.voidMethods inherited from class com.stimulsoft.report.saveLoad.StiSLService
getDictionarySLServices, getDocumentSLServices
-
Constructor Details
-
StiEncryptedDocumentSLService
public StiEncryptedDocumentSLService()
-
-
Method Details
-
save
public void save(StiReport report, OutputStream stream) throws IOException, NoSuchAlgorithmException Description copied from class:StiSLServiceSaves a document in the stream.- Specified by:
savein classStiSLService- Parameters:
report- Rendered for saving.stream- Stream to save documents.- Throws:
IOExceptionNoSuchAlgorithmException
-
getFilter
- Specified by:
getFilterin classStiSLService- Returns:
- Returns a filter for the provider.
-
getMultiplePages
public boolean getMultiplePages()Description copied from class:StiDocumentSLServiceIf the provider handles with multitude of files then true. If does not then false.- Specified by:
getMultiplePagesin classStiDocumentSLService- Returns:
-
getKey
- Returns:
- the Key for encryption
-
setKey
- Parameters:
key- the Key for encryption to set
-