| 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use KeyStore | |
| java.security | Provides the classes and interfaces for the security framework. | 
| java.security.cert | Provides classes and interfaces for parsing and managing certificates, certificate revocation lists (CRLs), and certification paths. | 
| javax.net.ssl | Provides classes for the secure socket package. | 
| Uses of KeyStore in java.security | 
| Methods in java.security that return KeyStore | |
static KeyStore | 
KeyStore.getInstance(String type)
Generates a keystore object of the given type.  | 
static KeyStore | 
KeyStore.getInstance(String type,
            String provider)
Generates a keystore object for the specified keystore type from the specified provider.  | 
static KeyStore | 
KeyStore.getInstance(String type,
            Provider provider)
Generates a keystore object for the specified keystore type from the specified provider.  | 
| Uses of KeyStore in java.security.cert | 
| Constructors in java.security.cert with parameters of type KeyStore | |
PKIXParameters(KeyStore keystore)
Creates an instance of PKIXParameters that 
 populates the set of most-trusted CAs from the trusted 
 certificate entries contained in the specified KeyStore. | 
|
PKIXBuilderParameters(KeyStore keystore,
                      CertSelector targetConstraints)
Creates an instance of PKIXBuilderParameters that
 populates the set of most-trusted CAs from the trusted
 certificate entries contained in the specified KeyStore. | 
|
| Uses of KeyStore in javax.net.ssl | 
| Methods in javax.net.ssl with parameters of type KeyStore | |
protected abstract  void | 
TrustManagerFactorySpi.engineInit(KeyStore ks)
Initializes this factory with a source of certificate authorities and related trust material.  | 
 void | 
TrustManagerFactory.init(KeyStore ks)
Initializes this factory with a source of certificate authorities and related trust material.  | 
protected abstract  void | 
KeyManagerFactorySpi.engineInit(KeyStore ks,
           char[] password)
Initializes this factory with a source of key material.  | 
 void | 
KeyManagerFactory.init(KeyStore ks,
     char[] password)
Initializes this factory with a source of key material.  | 
  | 
JavaTM 2 Platform Std. Ed. v1.4.2  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
Copyright 2003 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.