Skip navigation links

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

E12907-03


oracle.irm.engine.content.key
Class UnsupportedWrappingAlgorithmException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.irm.engine.content.key.UnsupportedWrappingAlgorithmException

All Implemented Interfaces:
Serializable

public class UnsupportedWrappingAlgorithmException
extends RuntimeException

Unsupported wrapping key algorithm. The supported key set wrapping algorithms are AES and DESede for symmetric key wrapping and RSA for asymmetric key wrapping.

The error message associated with this exception is:

IRM-01008: The {0} wrapping key algorithm is not supported.
See Also:
Serialized Form

Constructor Summary
UnsupportedWrappingAlgorithmException(String algorithm)
          Constructor.
UnsupportedWrappingAlgorithmException(String algorithm, Throwable cause)
          Constructor.

 

Method Summary
 String getAlgorithm()
          Unsupported algorithm.

 

Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString

 

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

 

Constructor Detail

UnsupportedWrappingAlgorithmException

public UnsupportedWrappingAlgorithmException(String algorithm)
Constructor.
Parameters:
algorithm - Unsupported algorithm.

UnsupportedWrappingAlgorithmException

public UnsupportedWrappingAlgorithmException(String algorithm,
                                             Throwable cause)
Constructor.
Parameters:
algorithm - Unsupported algorithm.
cause - Cause of the exception.

Method Detail

getAlgorithm

public final String getAlgorithm()
Unsupported algorithm.
Returns:
the value of the property. This method will never return null.

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.