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 UnsupportedWrappingAlgorithmException

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

All Implemented Interfaces:
Serializable

public class UnsupportedWrappingAlgorithmException
extends Object
implements Serializable

Unsupported Wrapping Algorithm exception information. The supported key set wrapping algorithms are AES and DESede for symmetric key wrapping and RSA for asymmetric key wrapping.

This class is used to store the state of an EJB exception and the fault data in a Web Service exception.

See Also:
Serialized Form

Constructor Summary
UnsupportedWrappingAlgorithmException()
          Default constructor.
UnsupportedWrappingAlgorithmException(String algorithm)
          Constructor.

 

Method Summary
 String getAlgorithm()
          Unsupported algorithm.
 void setAlgorithm(String value)
          Unsupported algorithm.

 

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

 

Constructor Detail

UnsupportedWrappingAlgorithmException

public UnsupportedWrappingAlgorithmException()
Default constructor.

UnsupportedWrappingAlgorithmException

public UnsupportedWrappingAlgorithmException(String algorithm)
Constructor.

Method Detail

getAlgorithm

public String getAlgorithm()
Unsupported algorithm.
Returns:
the value of the property.

setAlgorithm

public void setAlgorithm(String value)
Unsupported algorithm.
Parameters:
value - the new value for the property.

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.