javax.net.ssl

Interface ManagerFactoryParameters

Known Implementing Classes:
NullManagerParameters, PrivateCredentials, SRPManagerParameters, StaticTrustAnchors

public interface ManagerFactoryParameters

A marker interface for classes that serve as key or trust manager parameters, used to initialize instances of KeyManagerFactory or TrustManagerFactory.
Author:
Casey Marshall (rsdio@metastatic.org)