All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.gatling.recorder.internal.bouncycastle.pqc.crypto.ExhaustedPrivateKeyException Maven / Gradle / Ivy

package io.gatling.recorder.internal.bouncycastle.pqc.crypto;

/**
 * Exception thrown by a stateful signature algorithm when the private key counter is exhausted.
 */
public class ExhaustedPrivateKeyException
    extends IllegalStateException
{
    public ExhaustedPrivateKeyException(String msg)
    {
        super(msg);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy