Skip navigation links

Oracle Security Developer Tools Crypto FIPS Java API Reference
11g (11.1.1)

E10696-02


oracle.security.crypto.fips
Class KeyExportException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by oracle.security.crypto.fips.KeyExportException

All Implemented Interfaces:
java.io.Serializable

public final class KeyExportException
extends java.lang.RuntimeException

Thrown if an attempt is made to export the plaintext key material of a private or secret key when either the global or key instance export flag is false.

Since:
3.0
See Also:
FIPS_140_2.getAllowKeyExport(), FIPS_140_2.setAllowKeyExport(boolean), Serialized Form

Constructor Summary
KeyExportException()
          Creates a new KeyExportException instance with no detail message.
KeyExportException(java.lang.String message)
          Creates a new KeyExportException instance with the specified detail message.

 

Method Summary

 

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

KeyExportException

public KeyExportException()
Creates a new KeyExportException instance with no detail message.

KeyExportException

public KeyExportException(java.lang.String message)
Creates a new KeyExportException instance with the specified detail message.
Parameters:
message - The detail message.

Skip navigation links

Oracle Security Developer Tools Crypto FIPS Java API Reference
11g (11.1.1)

E10696-02


Copyright © 2005, 2009, Oracle. All rights reserved.