| 
Oracle Security Developer Tools Crypto Java API Reference 11g (11.1.1) E10668-02  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  
java.lang.Throwable
      
java.lang.Exception
          
java.lang.RuntimeException
              
oracle.security.crypto.fips.KeyExportException
public final class KeyExportException
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.
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 | 
|---|
public KeyExportException()
KeyExportException instance with no detail message.public KeyExportException(java.lang.String message)
KeyExportException instance with the specified detail message.
message - The detail message.
  | 
Oracle Security Developer Tools Crypto Java API Reference 11g (11.1.1) E10668-02  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||