|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
xjava.security.GeneralSecurityException
xjava.security.InvalidKeyFormatException
public class InvalidKeyFormatException
InvalidKeyFormatException is thrown when a key format is not recognized. (Current valid formats for the "SUN" provider include "X.509", "PKCS#8", "RAW-BigInteger", and "RAW-DER".)
This class is documented in JavaSoft's preview APIs, for introduction in Java 1.2.
$Revision: 1.2 $
Constructor Summary | |
---|---|
InvalidKeyFormatException()
Constructs an InvalidKeyFormatException without any detail message. |
|
InvalidKeyFormatException(java.lang.String msg)
Constructs an InvalidKeyFormatException 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 InvalidKeyFormatException()
public InvalidKeyFormatException(java.lang.String msg)
msg
- the detail message.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |