Skip navigation links

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

E12907-03


oracle.irm.engine.content.key
Interface NativeKeySetExtensions

All Superinterfaces:
KeySetExtensions

public interface NativeKeySetExtensions
extends KeySetExtensions

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.

Creation

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

getEncryptionKey

Key getEncryptionKey()
Content encryption key.
Returns:
the value of the property. This method will never return null.

getSigningKey

Key getSigningKey()
Signing key.
Returns:
the value of the property. This method will never return null.

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.