Class InvalidKeyFormatException

All Implemented Interfaces:
Serializable

public class InvalidKeyFormatException extends InvalidKeySpecException
An exception of this type is thrown if an encoded private key cannot be decoded.
See Also:
  • Field Details

  • Constructor Details

    • InvalidKeyFormatException

      public InvalidKeyFormatException()
    • InvalidKeyFormatException

      public InvalidKeyFormatException(String mesg)
    • InvalidKeyFormatException

      public InvalidKeyFormatException(String mesg, Throwable cause)
    • InvalidKeyFormatException

      public InvalidKeyFormatException(Throwable cause)