|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use CryptoSchema | |
|---|---|
| oracle.irm.engine.content.crypto | Provides cryptographic operations for sealing and unsealing content. |
| oracle.irm.engine.content.key | Sealed content key sets. |
| oracle.irm.engine.core.storage | Desktop storage services. |
| Uses of CryptoSchema in oracle.irm.engine.content.crypto |
|---|
| Fields in oracle.irm.engine.content.crypto with type parameters of type CryptoSchema | |
|---|---|
static Collection<CryptoSchema> |
CryptoSchemaCollectionFactory.EMPTY_CRYPTO_SCHEMASAn empty Crypto Schema collection. |
| Methods in oracle.irm.engine.content.crypto that return CryptoSchema | |
|---|---|
static CryptoSchema |
CryptoSchemaFactory.createCryptoSchema(String id)Create a cryptography schema. |
static CryptoSchema |
CryptoSchemaOperationsInstance.getCryptoSchema(String id)Get a cryptography schema from the schema identity. |
CryptoSchema |
CryptoSchemaOperations.getCryptoSchema(String id)Get a cryptography schema from the schema identity. |
static CryptoSchema |
CryptoSchemaCollectionFactory.getCryptoSchemaById(Collection<CryptoSchema> collection, String key)Get an element from a Crypto Schema collection by Id. |
static CryptoSchema |
CryptoSchemaOperationsInstance.getDefaultCryptoSchema()Get the default cryptography schema. |
CryptoSchema |
CryptoSchemaOperations.getDefaultCryptoSchema()Get the default cryptography schema. |
CryptoSchema |
UnsupportedCryptoSchemaException.getSchema()The unsupported cryptography schema. |
| Methods in oracle.irm.engine.content.crypto that return types with arguments of type CryptoSchema | |
|---|---|
static Collection<CryptoSchema> |
CryptoSchemaCollectionFactory.copyCryptoSchemas(Collection<CryptoSchema> collection)Create a shallow copy of a Crypto Schema collection. |
static Collection<CryptoSchema> |
CryptoSchemaCollectionFactory.createCryptoSchemas(CryptoSchema... elements)Create a Crypto Schema collection containing zero or more elements. |
static Collection<CryptoSchema> |
CryptoSchemaCollectionFactory.createCryptoSchemas(int capacity)Create an empty Crypto Schema collection with a capacity specified. |
static Map<String,CryptoSchema> |
CryptoSchemaCollectionFactory.cryptoSchemasAsMap(Collection<CryptoSchema> collection)Create a map keyed on Id from a collection of Crypto Schema elements. |
static Set<CryptoSchema> |
CryptoSchemaCollectionFactory.cryptoSchemasAsSet(Collection<CryptoSchema> collection)Create a set of Crypto Schema elements from a collection. |
static Collection<CryptoSchema> |
CryptoSchemaOperationsInstance.getCryptoSchemas()List the available cryptography schemas in the system. |
Collection<CryptoSchema> |
CryptoSchemaOperations.getCryptoSchemas()List the available cryptography schemas in the system. |
static Collection<CryptoSchema> |
CryptoSchemaCollectionFactory.unmodifiableCryptoSchemas(Collection<CryptoSchema> value)Create an immutable shallow copy of a Crypto Schema collection. |
| Methods in oracle.irm.engine.content.crypto with parameters of type CryptoSchema | |
|---|---|
static Collection<CryptoSchema> |
CryptoSchemaCollectionFactory.createCryptoSchemas(CryptoSchema... elements)Create a Crypto Schema collection containing zero or more elements. |
static void |
CryptoSchemaOperationsInstance.validateCryptoSchema(CryptoSchema schema)Test the validity of a cryptography schema. |
void |
CryptoSchemaOperations.validateCryptoSchema(CryptoSchema schema)Test the validity of a cryptography schema. |
| Method parameters in oracle.irm.engine.content.crypto with type arguments of type CryptoSchema | |
|---|---|
static Collection<CryptoSchema> |
CryptoSchemaCollectionFactory.copyCryptoSchemas(Collection<CryptoSchema> collection)Create a shallow copy of a Crypto Schema collection. |
static Map<String,CryptoSchema> |
CryptoSchemaCollectionFactory.cryptoSchemasAsMap(Collection<CryptoSchema> collection)Create a map keyed on Id from a collection of Crypto Schema elements. |
static Set<CryptoSchema> |
CryptoSchemaCollectionFactory.cryptoSchemasAsSet(Collection<CryptoSchema> collection)Create a set of Crypto Schema elements from a collection. |
static CryptoSchema |
CryptoSchemaCollectionFactory.getCryptoSchemaById(Collection<CryptoSchema> collection, String key)Get an element from a Crypto Schema collection by Id. |
static Collection<CryptoSchema> |
CryptoSchemaCollectionFactory.unmodifiableCryptoSchemas(Collection<CryptoSchema> value)Create an immutable shallow copy of a Crypto Schema collection. |
| Constructors in oracle.irm.engine.content.crypto with parameters of type CryptoSchema | |
|---|---|
UnsupportedCryptoSchemaException(CryptoSchema schema)Constructor. |
|
UnsupportedCryptoSchemaException(CryptoSchema schema, Throwable cause)Constructor. |
|
| Uses of CryptoSchema in oracle.irm.engine.content.key |
|---|
| Methods in oracle.irm.engine.content.key that return CryptoSchema | |
|---|---|
CryptoSchema |
KeySet.getSchema()The cryptography schema used to create this key. |
| Uses of CryptoSchema in oracle.irm.engine.core.storage |
|---|
| Methods in oracle.irm.engine.core.storage that return types with arguments of type CryptoSchema | |
|---|---|
Collection<CryptoSchema> |
DesktopStore.getSchemas()Cryptography schemas. |
|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-03 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||