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