Stay organized with collections
Save and categorize content based on your preferences.
ManagerFactoryParameters
public
interface
ManagerFactoryParameters
javax.net.ssl.ManagerFactoryParameters
|
Known indirect subclasses
|
This class is the base interface for providing
algorithm-specific information to a KeyManagerFactory or
TrustManagerFactory.
In some cases, initialization parameters other than keystores
may be needed by a provider. Users of that particular provider
are expected to pass an implementation of the appropriate
sub-interface of this class as defined by the
provider. The provider can then call the specified methods in
the ManagerFactoryParameters
implementation to obtain the
needed information.
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2025-02-10 UTC.
[null,null,["Last updated 2025-02-10 UTC."],[],[],null,["# ManagerFactoryParameters\n\nAdded in [API level 1](/guide/topics/manifest/uses-sdk-element#ApiLevels) \nSummary: \n\nManagerFactoryParameters\n========================\n\n\n`\npublic\n\n\ninterface\nManagerFactoryParameters\n`\n\n\n`\n\n\n`\n\n|----------------------------------------|\n| javax.net.ssl.ManagerFactoryParameters |\n\n|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| Known indirect subclasses [CertPathTrustManagerParameters](/reference/javax/net/ssl/CertPathTrustManagerParameters), [KeyStoreBuilderParameters](/reference/javax/net/ssl/KeyStoreBuilderParameters) |-------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------| | [CertPathTrustManagerParameters](/reference/javax/net/ssl/CertPathTrustManagerParameters) | A wrapper for CertPathParameters. | | [KeyStoreBuilderParameters](/reference/javax/net/ssl/KeyStoreBuilderParameters) | A parameters object for X509KeyManagers that encapsulates a List of KeyStore.Builders. | |\n\n\u003cbr /\u003e\n\n*** ** * ** ***\n\nThis class is the base interface for providing\nalgorithm-specific information to a KeyManagerFactory or\nTrustManagerFactory.\n\n\nIn some cases, initialization parameters other than keystores\nmay be needed by a provider. Users of that particular provider\nare expected to pass an implementation of the appropriate\nsub-interface of this class as defined by the\nprovider. The provider can then call the specified methods in\nthe `ManagerFactoryParameters` implementation to obtain the\nneeded information."]]