|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Source | |
|---|---|
| oracle.irm.engine.content.sealing | Content sealing, unsealing, resealing, peeking and verification. |
| oracle.irm.engine.content.source | Data sources for sealing content. |
| Uses of Source in oracle.irm.engine.content.sealing |
|---|
| Methods in oracle.irm.engine.content.sealing with parameters of type Source | |
|---|---|
static void |
SealingOperationsInstance.seal(Source source, OutputStream output, SealingOptions options)Seal content. |
void |
SealingOperations.seal(Source source, OutputStream output, SealingOptions options)Seal content. |
| Uses of Source in oracle.irm.engine.content.source |
|---|
| Subinterfaces of Source in oracle.irm.engine.content.source | |
|---|---|
interface |
BufferSourceA data buffer based source for the sealing process. |
interface |
FileSourceA file based source for the sealing process. |
interface |
ResourceSourceA resource file source for the sealing process. |
interface |
StreamSourceA stream based source for the sealing process. |
interface |
URLSourceA URL based source for the sealing process. |
| Fields in oracle.irm.engine.content.source with type parameters of type Source | |
|---|---|
static Collection<Source> |
SourceCollectionFactory.EMPTY_SOURCESAn empty Source collection. |
| Methods in oracle.irm.engine.content.source that return types with arguments of type Source | |
|---|---|
static Collection<Source> |
SourceCollectionFactory.copySources(Collection<Source> collection)Create a shallow copy of a Source collection. |
static Collection<Source> |
SourceCollectionFactory.createSources(int capacity)Create an empty Source collection with a capacity specified. |
static Collection<Source> |
SourceCollectionFactory.createSources(Source... elements)Create a Source collection containing zero or more elements. |
static Collection<Source> |
SourceCollectionFactory.unmodifiableSources(Collection<Source> value)Create an immutable shallow copy of a Source collection. |
| Methods in oracle.irm.engine.content.source with parameters of type Source | |
|---|---|
static Collection<Source> |
SourceCollectionFactory.createSources(Source... elements)Create a Source collection containing zero or more elements. |
| Method parameters in oracle.irm.engine.content.source with type arguments of type Source | |
|---|---|
static Collection<Source> |
SourceCollectionFactory.copySources(Collection<Source> collection)Create a shallow copy of a Source collection. |
static Collection<Source> |
SourceCollectionFactory.unmodifiableSources(Collection<Source> value)Create an immutable shallow copy of a Source collection. |
|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||