Skip navigation links

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

E12907-03


oracle.irm.engine.types.content.key
Class KeySetExtensions

java.lang.Object
  extended by oracle.irm.engine.types.content.key.KeySetExtensions

All Implemented Interfaces:
Serializable
Direct Known Subclasses:
RawKeySetExtensions, WrappedKeySetExtensions

public abstract class KeySetExtensions
extends Object
implements Serializable

Key Set Extensions type. Key set extensions allow additional information to be attached to a KeySet. This information might be encrypted key values or raw key values. These extensions can be different depending on the use of the key set, or how the key set was obtained.

XML Serialization

Key Set Extensions instances can be serialized as an XML document. This XML document can also be used to recreate a Key Set Extensions object. The following XML document shows an example Key Set Extensions in XML form.

<?xml version="1.0" encoding="UTF-8"?>
<content:RawKeySetExtensions xmlns:content="http://xmlns.oracle.com/irm/content">
    <encryptionKey>CgzVe1FgQLNWyaAPNrupZluaVKXyODQpKgUpf2mYNt2EYy12RAmMQ/xKMt1/EXPui27L9Dt7zXd4NpE/5tveTQ==</encryptionKey>
    <signingKey>f8yCKznOVeSW3SKrmFpUUsynIEnY1VJ7DGJl6XzEnKnQdK1N5qCGKQSmg0EMzbVUrRfJuLAM8JQPGBvVN7M2eg==</signingKey>
</content:RawKeySetExtensions>

See Also:
RawKeySetExtensions, Serialized Form

Constructor Summary
KeySetExtensions()
          No argument constructor.

 

Method Summary

 

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

 

Constructor Detail

KeySetExtensions

public KeySetExtensions()
No argument constructor.

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.