| 
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 | |||||||||
java.lang.Object
  
oracle.irm.engine.content.sealing.EncryptionOptionsFactory
public final class EncryptionOptionsFactory
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 | 
|---|
public static EncryptionOptions createEncryptionOptions(int publicHeaderPeriod,
                                                        int encryptedContentBlockSize)
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.
  | 
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 | |||||||||