Class InvalidDERException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.mozilla.jss.crypto.InvalidDERException
All Implemented Interfaces:
Serializable

public class InvalidDERException extends Exception
This exception is thrown when we encounter a bogus DER blob.
See Also:
  • Field Details

  • Constructor Details

    • InvalidDERException

      public InvalidDERException()
    • InvalidDERException

      public InvalidDERException(String mesg)
    • InvalidDERException

      public InvalidDERException(String mesg, Throwable cause)
    • InvalidDERException

      public InvalidDERException(String mesg, Throwable cause, boolean enableSuppression, boolean writableStackTrace)