|
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 NativeKeySetExtensions
Content encryption and signing keys in native programming language form. A native key set extensions can be used to associate a set of JCE Key keys with a key set.
Instances of Native Key Set Extensions objects can be created using the following factory style method(s).
NativeKeySetExtensions object = createNativeKeySetExtensions(
encryptionKey,
signingKey);
| Method Summary | |
|---|---|
Key |
getEncryptionKey()Content encryption key. |
Key |
getSigningKey()Signing key. |
| Method Detail |
|---|
Key getEncryptionKey()
Key getSigningKey()
|
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 | |||||||||