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

com.fitbur.bouncycastle.cert.jcajce.DefaultCertHelper Maven / Gradle / Ivy

package com.fitbur.bouncycastle.cert.jcajce;

import java.security.cert.CertificateException;
import java.security.cert.CertificateFactory;

class DefaultCertHelper
    extends CertHelper
{
    protected CertificateFactory createCertificateFactory(String type)
        throws CertificateException
    {
        return CertificateFactory.getInstance(type);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy