| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyStore.Entry | |
|---|---|
| java.security | Provides the classes and interfaces for the security framework. | 
| Uses of KeyStore.Entry in java.security | 
|---|
| Classes in java.security that implement KeyStore.Entry | |
|---|---|
| static class | KeyStore.PrivateKeyEntryA KeyStoreentry that holds aPrivateKeyand corresponding certificate chain. | 
| static class | KeyStore.SecretKeyEntryA KeyStoreentry that holds aSecretKey. | 
| static class | KeyStore.TrustedCertificateEntryA KeyStoreentry that holds a trustedCertificate. | 
| Methods in java.security that return KeyStore.Entry | |
|---|---|
|  KeyStore.Entry | KeyStoreSpi.engineGetEntry(String alias,
               KeyStore.ProtectionParameter protParam)Gets a KeyStore.Entryfor the specified alias
 with the specified protection parameter. | 
|  KeyStore.Entry | KeyStore.getEntry(String alias,
         KeyStore.ProtectionParameter protParam)Gets a keystore Entryfor the specified alias
 with the specified protection parameter. | 
| Methods in java.security with parameters of type KeyStore.Entry | |
|---|---|
|  void | KeyStoreSpi.engineSetEntry(String alias,
               KeyStore.Entry entry,
               KeyStore.ProtectionParameter protParam)Saves a KeyStore.Entryunder the specified alias. | 
|  void | KeyStore.setEntry(String alias,
         KeyStore.Entry entry,
         KeyStore.ProtectionParameter protParam)Saves a keystore Entryunder the specified alias. | 
| Method parameters in java.security with type arguments of type KeyStore.Entry | |
|---|---|
|  boolean | KeyStoreSpi.engineEntryInstanceOf(String alias,
                      Class<? extends KeyStore.Entry> entryClass)Determines if the keystore Entryfor the specifiedaliasis an instance or subclass of the specifiedentryClass. | 
|  boolean | KeyStore.entryInstanceOf(String alias,
                Class<? extends KeyStore.Entry> entryClass)Determines if the keystore Entryfor the specifiedaliasis an instance or subclass of the specifiedentryClass. | 
| 
 | 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.