Skip navigation links

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

E12907-03


Uses of Class
oracle.irm.engine.content.type.UnsupportedContentTypeException

Packages that use UnsupportedContentTypeException
oracle.irm.engine.content.sealing Content sealing, unsealing, resealing, peeking and verification. 
oracle.irm.engine.content.source Data sources for sealing content. 
oracle.irm.engine.content.type Sealed content format information. 

 

Uses of UnsupportedContentTypeException in oracle.irm.engine.content.sealing

 

Methods in oracle.irm.engine.content.sealing that throw UnsupportedContentTypeException
static InputStream SealingServicesInstance.seal(InputStream stream, String mimeType, SealingOptions options)
          Seal content.
 InputStream SealingServices.seal(InputStream stream, String mimeType, SealingOptions options)
          Seal content.

 

Uses of UnsupportedContentTypeException in oracle.irm.engine.content.source

 

Methods in oracle.irm.engine.content.source that throw UnsupportedContentTypeException
static BufferSource BufferSourceFactory.createBufferSource(byte[] buffer, String mimeType)
          Create a buffer source.
static FileSource FileSourceFactory.createFileSource(File file)
          Create a file source from a file.
static FileSource FileSourceFactory.createFileSource(String path)
          Create a file source from a path.
static ResourceSource ResourceSourceFactory.createResourceSource(String path)
          Create a resource source from a file.
static StreamSource StreamSourceFactory.createStreamSource(InputStream inputStream, int size, String mimeType)
          Create a stream source.
static StreamSource StreamSourceFactory.createStreamSource(InputStream stream, String mimeType)
          Create a stream source.
static URLSource URLSourceFactory.createURLSource(URL url)
          Create a URL source from a URI.
static URLSource URLSourceFactory.createURLSource(URLConnection connection)
          Create a URL source from a URI connection.

 

Uses of UnsupportedContentTypeException in oracle.irm.engine.content.type

 

Methods in oracle.irm.engine.content.type that throw UnsupportedContentTypeException
static ContentType ContentTypeOperationsInstance.getContentTypeFromExtension(String extension)
          Get the content type from a sealed or unsealed file extension.
 ContentType ContentTypeOperations.getContentTypeFromExtension(String extension)
          Get the content type from a sealed or unsealed file extension.
static ContentType ContentTypeOperationsInstance.getContentTypeFromMimeType(String mimeType)
          Get the content type from a MIME type.
 ContentType ContentTypeOperations.getContentTypeFromMimeType(String mimeType)
          Get the content type from a MIME type.
static ContentType ContentTypeOperationsInstance.getContentTypeFromPath(String path)
          Get the content type from a file path.
 ContentType ContentTypeOperations.getContentTypeFromPath(String path)
          Get the content type from a file path.
static String ContentTypeOperationsInstance.getSealedFileName(String name)
          Convert a file name into the corresponding sealed file name.
 String ContentTypeOperations.getSealedFileName(String name)
          Convert a file name into the corresponding sealed file name.
static Collection<ContentType> ContentTypeOperationsInstance.listContentTypesFromMimeType(String mimeType)
          List all the content type mappings corresponding to a given MIME type.
 Collection<ContentType> ContentTypeOperations.listContentTypesFromMimeType(String mimeType)
          List all the content type mappings corresponding to a given MIME type.

 


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.