Skip navigation links

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

E12907-03


oracle.irm.engine.types.content.crypto
Class UnsupportedCryptoSchemaException

java.lang.Object
  extended by oracle.irm.engine.types.content.crypto.UnsupportedCryptoSchemaException

All Implemented Interfaces:
Serializable

public class UnsupportedCryptoSchemaException
extends Object
implements Serializable

Unsupported Crypto Schema exception information. The cryptography schema is unsupported on the current deployment because one or more of the cryptography algorithms specified by that schema is unavailable. This exception may also indicate that a cryptography schema marked for use with FIPS approved implementations is being used in a non FIPS approved environment (or vice-versa).

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
UnsupportedCryptoSchemaException()
          Default constructor.
UnsupportedCryptoSchemaException(CryptoSchema schema)
          Constructor.

 

Method Summary
 CryptoSchema getSchema()
          The unsupported cryptography schema.
 void setSchema(CryptoSchema value)
          The unsupported cryptography schema.

 

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

 

Constructor Detail

UnsupportedCryptoSchemaException

public UnsupportedCryptoSchemaException()
Default constructor.

UnsupportedCryptoSchemaException

public UnsupportedCryptoSchemaException(CryptoSchema schema)
Constructor.

Method Detail

getSchema

public CryptoSchema getSchema()
The unsupported cryptography schema.
Returns:
the value of the property.

setSchema

public void setSchema(CryptoSchema value)
The unsupported cryptography schema.
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.