Name

KeyStoreBuilderParameters

Synopsis

This class implements the ManagerFactoryParameters interface and encapsulates a java.util.List of java.security.KeyStore.Builder object for use by an X509KeyManager. See the init( ) method of KeyManagerFactory.

javax.net.ssl.KeyStoreBuilderParameters

Figure 18-5. javax.net.ssl.KeyStoreBuilderParameters

public class KeyStoreBuilderParameters implements ManagerFactoryParameters {
// Public Constructors
     public KeyStoreBuilderParameters(java.util.List parameters);  
     public KeyStoreBuilderParameters(java.security.KeyStore.Builder builder);  
// Public Instance Methods
     public java.util.List getParameters( );  
}

Get Java in a Nutshell, 5th 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.