| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyStore.ProtectionParameter | |
|---|---|
| java.security | Provides the classes and interfaces for the security framework. | 
| Uses of KeyStore.ProtectionParameter in java.security | 
|---|
| Classes in java.security that implement KeyStore.ProtectionParameter | |
|---|---|
| static class | KeyStore.CallbackHandlerProtectionA ProtectionParameter encapsulating a CallbackHandler. | 
| static class | KeyStore.PasswordProtectionA password-based implementation of ProtectionParameter. | 
| Methods in java.security that return KeyStore.ProtectionParameter | |
|---|---|
|  KeyStore.ProtectionParameter | KeyStore.LoadStoreParameter.getProtectionParameter()Gets the parameter used to protect keystore data. | 
| abstract  KeyStore.ProtectionParameter | KeyStore.Builder.getProtectionParameter(String alias)Returns the ProtectionParameters that should be used to obtain the Entrywith the given alias. | 
| Methods in java.security with parameters of type KeyStore.ProtectionParameter | |
|---|---|
|  KeyStore.Entry | KeyStoreSpi.engineGetEntry(String alias,
               KeyStore.ProtectionParameter protParam)Gets a KeyStore.Entryfor the specified alias
 with the specified protection parameter. | 
|  void | KeyStoreSpi.engineSetEntry(String alias,
               KeyStore.Entry entry,
               KeyStore.ProtectionParameter protParam)Saves a KeyStore.Entryunder the specified alias. | 
|  KeyStore.Entry | KeyStore.getEntry(String alias,
         KeyStore.ProtectionParameter protParam)Gets a keystore Entryfor the specified alias
 with the specified protection parameter. | 
| static KeyStore.Builder | KeyStore.Builder.newInstance(KeyStore keyStore,
            KeyStore.ProtectionParameter protectionParameter)Returns a new Builder that encapsulates the given KeyStore. | 
| static KeyStore.Builder | KeyStore.Builder.newInstance(String type,
            Provider provider,
            File file,
            KeyStore.ProtectionParameter protection)Returns a new Builder object. | 
| static KeyStore.Builder | KeyStore.Builder.newInstance(String type,
            Provider provider,
            KeyStore.ProtectionParameter protection)Returns a new Builder object. | 
|  void | KeyStore.setEntry(String alias,
         KeyStore.Entry entry,
         KeyStore.ProtectionParameter protParam)Saves a keystore Entryunder the specified alias. | 
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2008 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.