Please note that this documentation is not final and is subject to change.

Java™ Platform
Standard Ed. 7

DRAFT internal-b00

Uses of Interface
java.security.KeyStore.LoadStoreParameter

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

Uses of KeyStore.LoadStoreParameter in java.security
 

Methods in java.security with parameters of type KeyStore.LoadStoreParameter
 void KeyStoreSpi.engineLoad(KeyStore.LoadStoreParameter param)
          Loads the keystore using the given KeyStore.LoadStoreParameter.
 void KeyStoreSpi.engineStore(KeyStore.LoadStoreParameter param)
          Stores this keystore using the given KeyStore.LoadStoreParmeter.
 void KeyStore.load(KeyStore.LoadStoreParameter param)
          Loads this keystore using the given LoadStoreParameter.
 void KeyStore.store(KeyStore.LoadStoreParameter param)
          Stores this keystore using the given LoadStoreParameter.
 


Java™ Platform
Standard Ed. 7

DRAFT internal-b00

Submit a bug or feature

Copyright 2007 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.