Name

Class com.sun.net.ssl.TrustManagerFactorySpi

Synopsis

If you want to implement your own trust manager, you register an instance of this class with an appropriate security provider.

Class Definition

public abstract class com.sun.net.ssl.TrustManagerFactorySpi
    extends java.lang.Object {

    // Constructors
    public TrustManagerFactorySpi(  );

    // Protected Instance Methods
    protected abstract TrustManager[] engineGetTrustManagers(  );
    protected abstract void engineInit(KeyStore);
}

Get Java Security, 2nd Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.