Class ExhaustedPrivateKeyException

All Implemented Interfaces:
Serializable

public class ExhaustedPrivateKeyException extends ExhaustedPrivateKeyException
Deprecated.
use org.bouncycastle.crypto.ExhaustedPrivateKeyException instead. This class now extends it, so a catch of the replacement catches this one as well.
Exception thrown by a stateful signature algorithm when the private key counter is exhausted.
See Also:
  • Constructor Details

    • ExhaustedPrivateKeyException

      public ExhaustedPrivateKeyException(String msg)
      Deprecated.