ManagerFactoryParameters


ManagerFactoryParameters javax.net.ssl

Java 1.4

This marker interface identifies objects that provide algorithm-specific or provider-specific initialization parameters for KeyManagerFactory and trustManagerFactory objects. In the default "SunJSSE" provider shiped by Sun, the only supported type for these factory classes is "SunX509". Factories of these types need to be initialized with a KeyStore object but do not require any specialized ManagerFactoryParameters object. Therefore, the javax.net.ssl package does not define any subinterfaces of this interface, and it is never used with the default provider. Third-party or future providers may use it, however.

 public interface  ManagerFactoryParameters  { } 

Implementations

CertPathTrustManagerParameters , KeyStoreBuilderParameters

Passed To

KeyManagerFactory.init( ) , KeyManagerFactorySpi.engineInit( ) , TRustManagerFactory.init( ) , TRustManagerFactorySpi.engineInit( )



Java In A Nutshell
Java In A Nutshell, 5th Edition
ISBN: 0596007736
EAN: 2147483647
Year: 2004
Pages: 1220

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net