Skip navigation links

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

E12907-03


oracle.irm.engine.content.sealing
Class EncryptionOptionsFactory

java.lang.Object
  extended by oracle.irm.engine.content.sealing.EncryptionOptionsFactory


public final class EncryptionOptionsFactory
extends Object

Encryption Options factory. This class provides methods for creating new instances of EncryptionOptions objects.


Method Summary
static EncryptionOptions createEncryptionOptions(int publicHeaderPeriod, int encryptedContentBlockSize)
          Create encryption options.

 

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

 

Method Detail

createEncryptionOptions

public static EncryptionOptions createEncryptionOptions(int publicHeaderPeriod,
                                                        int encryptedContentBlockSize)
Create encryption options.
Parameters:
publicHeaderPeriod - if non-zero, then the public header will be repeated after the specified number of cipher-text blocks.
encryptedContentBlockSize - encrypted content block size. This value must be a multiple of the cipher block size used to encrypt content.
Returns:
a new Encryption Options 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.