Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Package oracle.irm.engine.content.source

Data sources for sealing content.

See:
          Description

Interface Summary
BufferSource A data buffer based source for the sealing process.
FileSource A file based source for the sealing process.
ResourceSource A resource file source for the sealing process.
Source A source of content for the sealing process.
StreamSource A stream based source for the sealing process.
URLSource A URL based source for the sealing process.

 

Class Summary
BufferSourceFactory Buffer Source factory.
FileSourceFactory File Source factory.
ResourceSourceFactory Resource Source factory.
SourceCollectionFactory Source collection factory and utilities.
StreamSourceFactory Stream Source factory.
URLSourceFactory URL Source factory.

 

Package oracle.irm.engine.content.source Description

Data sources for sealing content. Before content can be sealed it must be supplied to the sealing process as an appropriate Source. A source provides information about the format of the content, the size of the data and a stream to the data. For example, when sealing files a FileSource can be used or when sealing a data stream a StreamSource can be used.


Skip navigation links

Oracle® Information Rights Management Server Java API Reference
11g Release 1 (11.1.1)

E12907-03


Copyright © 2011, Oracle. All rights reserved.