|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
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 . |
|
JavaTM 2 Platform Standard Ed. 5.0 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright 2004 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.