Skip navigation links

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

E12907-01


oracle.irm.engine.content.key
Interface KeySetExtensions

All Known Subinterfaces:
NativeKeySetExtensions, RawKeySetExtensions, WrappedKeySetExtensions

public interface KeySetExtensions

Key set extensions. 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


Skip navigation links

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

E12907-01


Copyright © 2010, Oracle. All rights reserved.