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.KeyStoreSettings

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

 

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

 

Methods in oracle.irm.engine.content.store that return KeyStoreSettings
static KeyStoreSettings KeyStoreSettingsFactory.createKeyStoreSettings(String type, File path)
          Create key store settings.
 KeyStoreSettings KeySettings.getKeyStore()
          The key store.

 

Methods in oracle.irm.engine.content.store with parameters of type KeyStoreSettings
static KeySettings KeySettingsFactory.createKeySettings(KeyStoreSettings keyStore, String alias)
          Create key wrap settings.
static void KeyStoreOperationsInstance.deleteKeyStorePassword(KeyStoreSettings keyStore)
          Delete a key store password.
 void KeyStoreOperations.deleteKeyStorePassword(KeyStoreSettings keyStore)
          Delete a key store password.
static void KeyStoreOperationsInstance.setKeyStorePassword(KeyStoreSettings keyStore, char[] password)
          Set a key store password.
 void KeyStoreOperations.setKeyStorePassword(KeyStoreSettings keyStore, char[] password)
          Set a key store 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.