|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.irm.engine.content.store.KeyStoreOperationsInstance
public final class KeyStoreOperationsInstance
Key store related operations. Provides operations for setting and removing key store and key passwords.
This class provides static methods for a set of procedural style methods. The methods can be made to appear as global methods by using import static. e.g.
import static oracle.irm.engine.content.store.KeyStoreOperationsInstance.*;
| Method Summary | |
|---|---|
static void |
deleteKeyPassword(KeySettings key)Delete a key password. |
static void |
deleteKeyStorePassword(KeyStoreSettings keyStore)Delete a key store password. |
static void |
setKeyPassword(KeySettings key, char[] password)Set a key password. |
static void |
setKeyStorePassword(KeyStoreSettings keyStore, char[] password)Set a key store password. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void setKeyStorePassword(KeyStoreSettings keyStore,
char[] password)
keyStore - key store.password - password. If the key store does not have a password then it is valid to pass a null value. This parameter is optional, it is valid to pass null.
public static void setKeyPassword(KeySettings key,
char[] password)
key - key.password - password. This parameter is optional, it is valid to pass null.public static void deleteKeyStorePassword(KeyStoreSettings keyStore)
keyStore - key store.public static void deleteKeyPassword(KeySettings key)
key - key.
|
Oracle® Information Rights Management Server Java API Reference 11g Release 1 (11.1.1) E12907-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||