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.store.KeySettings

Packages that use KeySettings
oracle.irm.engine.content.store Cryptography key storage. 

 

Uses of KeySettings in oracle.irm.engine.content.store

 

Methods in oracle.irm.engine.content.store that return KeySettings
static KeySettings KeySettingsFactory.createKeySettings(KeyStoreSettings keyStore, String alias)
          Create key wrap settings.

 

Methods in oracle.irm.engine.content.store with parameters of type KeySettings
static void KeyStoreOperationsInstance.deleteKeyPassword(KeySettings key)
          Delete a key password.
 void KeyStoreOperations.deleteKeyPassword(KeySettings key)
          Delete a key password.
static void KeyStoreOperationsInstance.setKeyPassword(KeySettings key, char[] password)
          Set a key password.
 void KeyStoreOperations.setKeyPassword(KeySettings key, char[] password)
          Set a key password.

 


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.