|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeySet | |
|---|---|
| oracle.irm.engine.content.key | Sealed content key sets. |
| oracle.irm.engine.core.classification | Classification system framework. |
| oracle.irm.engine.core.license | Licensing rules and license distributing algorithms. |
| oracle.irm.engine.core.storage | Desktop storage services. |
| oracle.irm.engine.rights.context | Content classification system rights provisioning. |
| Uses of KeySet in oracle.irm.engine.content.key |
|---|
| Fields in oracle.irm.engine.content.key with type parameters of type KeySet | |
|---|---|
static Collection<KeySet> |
KeySetCollectionFactory.EMPTY_KEY_SETSAn empty Key Set collection. |
| Methods in oracle.irm.engine.content.key that return KeySet | |
|---|---|
static KeySet |
KeySetFactory.createKeySet(UUID uuid)Recreate an existing key set. |
static KeySet |
KeySetCollectionFactory.getKeySetByUuid(Collection<KeySet> collection, UUID key)Get an element from a Key Set collection by Uuid. |
| Methods in oracle.irm.engine.content.key that return types with arguments of type KeySet | |
|---|---|
static Collection<KeySet> |
KeySetCollectionFactory.copyKeySets(Collection<KeySet> collection)Create a shallow copy of a Key Set collection. |
static Collection<KeySet> |
KeySetCollectionFactory.createKeySets(int capacity)Create an empty Key Set collection with a capacity specified. |
static Collection<KeySet> |
KeySetCollectionFactory.createKeySets(KeySet... elements)Create a Key Set collection containing zero or more elements. |
static Map<UUID,KeySet> |
KeySetCollectionFactory.keySetsAsMap(Collection<KeySet> collection)Create a map keyed on Uuid from a collection of Key Set elements. |
static Set<KeySet> |
KeySetCollectionFactory.keySetsAsSet(Collection<KeySet> collection)Create a set of Key Set elements from a collection. |
static Collection<KeySet> |
KeySetCollectionFactory.unmodifiableKeySets(Collection<KeySet> value)Create an immutable shallow copy of a Key Set collection. |
| Methods in oracle.irm.engine.content.key with parameters of type KeySet | |
|---|---|
static Collection<KeySet> |
KeySetCollectionFactory.createKeySets(KeySet... elements)Create a Key Set collection containing zero or more elements. |
| Method parameters in oracle.irm.engine.content.key with type arguments of type KeySet | |
|---|---|
static Collection<KeySet> |
KeySetCollectionFactory.copyKeySets(Collection<KeySet> collection)Create a shallow copy of a Key Set collection. |
static KeySet |
KeySetCollectionFactory.getKeySetByUuid(Collection<KeySet> collection, UUID key)Get an element from a Key Set collection by Uuid. |
static Map<UUID,KeySet> |
KeySetCollectionFactory.keySetsAsMap(Collection<KeySet> collection)Create a map keyed on Uuid from a collection of Key Set elements. |
static Set<KeySet> |
KeySetCollectionFactory.keySetsAsSet(Collection<KeySet> collection)Create a set of Key Set elements from a collection. |
static Collection<KeySet> |
KeySetCollectionFactory.unmodifiableKeySets(Collection<KeySet> value)Create an immutable shallow copy of a Key Set collection. |
| Uses of KeySet in oracle.irm.engine.core.classification |
|---|
| Methods in oracle.irm.engine.core.classification that return KeySet | |
|---|---|
KeySet |
Classification.getKeySet()The key set used to encrypt/de-crypt content sealed with this classification. |
| Methods in oracle.irm.engine.core.classification that return types with arguments of type KeySet | |
|---|---|
Collection<KeySet> |
ClassificationOperations.getClassificationKeySets(Collection<Classification> classifications)Get a consolidated list of key sets referenced by a set of classifications. |
static Collection<KeySet> |
ClassificationOperationsInstance.getClassificationKeySets(Collection<Classification> classifications)Get a consolidated list of key sets referenced by a set of classifications. |
| Methods in oracle.irm.engine.core.classification with parameters of type KeySet | |
|---|---|
static Classification |
ClassificationFactory.createClassification(String id, ClassificationSystem system, KeySet keySet, URI uri, Date classificationTime, Collection<Label> labels, Object cookie)Create a classification. |
| Uses of KeySet in oracle.irm.engine.core.license |
|---|
| Methods in oracle.irm.engine.core.license that return types with arguments of type KeySet | |
|---|---|
Collection<KeySet> |
License.getKeys()The related key sets. |
| Method parameters in oracle.irm.engine.core.license with type arguments of type KeySet | |
|---|---|
static License |
LicenseFactory.createLicense(UUID uuid, LicenseCriteria criteria, Collection<KeySet> keys, Date licenseTime)Create an unserved license. |
static License |
LicenseFactory.createLicense(UUID uuid, LicenseCriteria criteria, Collection<KeySet> keys, Date licenseTime, Date requestTime, UUID serveUuid, Date refreshTime)Create a license. |
| Uses of KeySet in oracle.irm.engine.core.storage |
|---|
| Methods in oracle.irm.engine.core.storage that return types with arguments of type KeySet | |
|---|---|
Collection<KeySet> |
DesktopStore.getKeys()Key sets. |
| Uses of KeySet in oracle.irm.engine.rights.context |
|---|
| Methods in oracle.irm.engine.rights.context that return KeySet | |
|---|---|
static KeySet |
ContextOperationsInstance.generateKeySetForContext(ContextInstance context)Generate a new key set for a context. |
KeySet |
ContextOperations.generateKeySetForContext(ContextInstance context)Generate a new key set for a context. |
| Methods in oracle.irm.engine.rights.context that return types with arguments of type KeySet | |
|---|---|
Collection<KeySet> |
ContextInstance.getKeySets()Key sets. |
| Method parameters in oracle.irm.engine.rights.context with type arguments of type KeySet | |
|---|---|
static ContextInstance |
ContextInstanceFactory.createContextInstance(UUID uuid, Collection<Label> labels, Collection<ItemCode> items, Collection<ContextInstance> trustedContexts, ContextInstance.Visibility visibility, Collection<KeySet> keySets, ContextTemplate template)Create a context instance. |
|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||