Foundation 1.1.2

Uses of Class
java.security.KeyStore

Packages that use KeyStore
java.security Provides the classes and interfaces for the security framework. 
 

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.
 


Foundation 1.1.2

Copyright 2006 Sun Microsystems, Inc. All Rights Reserved. Use of this specification is subject to license terms.