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

org.bouncycastle.crypto.CryptoServiceConstraintsException Maven / Gradle / Ivy

package org.bouncycastle.crypto;

public class CryptoServiceConstraintsException
    extends RuntimeException
{
    public CryptoServiceConstraintsException(String msg)
    {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy