| 
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 | |||||||||
public interface KeyStoreOperations
Key store related operations. Provides operations for setting and removing key store and key passwords.
The methods on KeyStoreOperations can be invoked using KeyStoreOperationsInstance.
| Method Summary | |
|---|---|
 void | 
deleteKeyPassword(KeySettings key)Delete a key password.  | 
 void | 
deleteKeyStorePassword(KeyStoreSettings keyStore)Delete a key store password.  | 
 void | 
setKeyPassword(KeySettings key, char[] password)Set a key password.  | 
 void | 
setKeyStorePassword(KeyStoreSettings keyStore, char[] password)Set a key store password.  | 
| Method Detail | 
|---|
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.
void setKeyPassword(KeySettings key,
                    char[] password)
key - key.password - password. This parameter is optional, it is valid to pass null.void deleteKeyStorePassword(KeyStoreSettings keyStore)
keyStore - key store.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 | |||||||||