Uses of Interface
java.security.KeyStore.LoadStoreParameter
Packages that use KeyStore.LoadStoreParameter
- 
Uses of KeyStore.LoadStoreParameter in java.securityClasses in java.security that implement KeyStore.LoadStoreParameterModifier and TypeClassDescriptionclassConfiguration data that specifies the keystores in a keystore domain.Methods in java.security with parameters of type KeyStore.LoadStoreParameterModifier and TypeMethodDescriptionvoidKeyStoreSpi.engineLoad(KeyStore.LoadStoreParameter param)Loads the keystore using the givenKeyStore.LoadStoreParameter.voidKeyStoreSpi.engineStore(KeyStore.LoadStoreParameter param)Stores this keystore using the givenKeyStore.LoadStoreParmeter.static KeyStoreKeyStore.getInstance(File file, KeyStore.LoadStoreParameter param)Returns a loaded keystore object of the appropriate keystore type.voidKeyStore.load(KeyStore.LoadStoreParameter param)Loads this keystore using the givenLoadStoreParameter.voidKeyStore.store(KeyStore.LoadStoreParameter param)Stores this keystore using the givenLoadStoreParameter.