org.mozilla.jss.crypto
Class InvalidKeyFormatException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.mozilla.jss.crypto.InvalidKeyFormatException

public class InvalidKeyFormatException
extends java.lang.Exception

An exception of this type is thrown if an encoded private key cannot be decoded.

See Also:
Serialized Form

Constructor Summary
InvalidKeyFormatException()
           
InvalidKeyFormatException(java.lang.String mesg)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

InvalidKeyFormatException

public InvalidKeyFormatException()

InvalidKeyFormatException

public InvalidKeyFormatException(java.lang.String mesg)