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

org.dvb.net.ssl.DVBTrustManagerFactorySpi Maven / Gradle / Ivy

The newest version!
/*
 * DVBTrustManagerFactorySpi.java
 *
 * Created on 4 mars 2005, 18:23
 */

package org.dvb.net.ssl;

import javax.net.ssl.*;
import org.dvb.security.*;
/**
 * This class defines the Service Provider Interface for the DVBTrustManagerFactory class.
 */
public abstract class DVBTrustManagerFactorySpi extends TrustManagerFactorySpi {
    
    /** Creates a new instance of DVBTrustManagerFactorySpi */
    public DVBTrustManagerFactorySpi() {
    }
    
     /**
     * This method is used to initialize the factory with an array of KeyStoreBuilder instances.
     * @param builders an array of KeyStoreBuilders.
     */ 
    protected  abstract void engineInit(KeyStoreBuilder[] builders);
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy