Skip navigation links

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

E12907-03


Uses of Interface
oracle.irm.engine.content.source.Source

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 BufferSource
          A data buffer based source for the sealing process.
 interface FileSource
          A file based source for the sealing process.
 interface ResourceSource
          A resource file source for the sealing process.
 interface StreamSource
          A stream based source for the sealing process.
 interface URLSource
          A 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_SOURCES
          An 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.

 


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.