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

com.fitbur.bouncycastle.jce.provider.PKIXNameConstraintValidatorException Maven / Gradle / Ivy

package com.fitbur.bouncycastle.jce.provider;

public class PKIXNameConstraintValidatorException
    extends Exception
{
    public PKIXNameConstraintValidatorException(String msg)
    {
        super(msg);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy