Skip navigation links

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

E12907-03


oracle.irm.engine.content.key
Class WrappedKeySetExtensionsFactory

java.lang.Object
  extended by oracle.irm.engine.content.key.WrappedKeySetExtensionsFactory


public final class WrappedKeySetExtensionsFactory
extends Object

Wrapped Key Set Extensions factory. This class provides methods for creating new instances of WrappedKeySetExtensions objects.


Method Summary
static WrappedKeySetExtensions createWrappedKeySetExtensions(String alias, byte[] encryptionKey, byte[] signingKey)
          Create a wrapped set of symmetric keys.

 

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

 

Method Detail

createWrappedKeySetExtensions

public static WrappedKeySetExtensions createWrappedKeySetExtensions(String alias,
                                                                    byte[] encryptionKey,
                                                                    byte[] signingKey)
Create a wrapped set of symmetric keys.
Parameters:
alias - the key alias used to wrap these keys.
encryptionKey - wrapped content encryption key.
signingKey - wrapped signing key.
Returns:
a new Wrapped Key Set Extensions 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.