Skip navigation links

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

E12907-03


oracle.irm.engine.content.store
Class KeyStoreSettingsFactory

java.lang.Object
  extended by oracle.irm.engine.content.store.KeyStoreSettingsFactory


public final class KeyStoreSettingsFactory
extends Object

Key Store Settings factory. This class provides methods for creating new instances of KeyStoreSettings objects.


Method Summary
static KeyStoreSettings createKeyStoreSettings(String type, File path)
          Create key store settings.

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Method Detail

createKeyStoreSettings

public static KeyStoreSettings createKeyStoreSettings(String type,
                                                      File path)
Create key store settings.
Parameters:
type - the key store type.
path - file path to the key store. This parameter is optional, it is valid to pass null.
Returns:
a new Key Store Settings instance.

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.