Uses of Interface
java.security.KeyStore.ProtectionParameter
Packages that use KeyStore.ProtectionParameter
-
Uses of KeyStore.ProtectionParameter in java.security
Classes in java.security that implement KeyStore.ProtectionParameterModifier and TypeClassDescriptionstatic class
AProtectionParameter
encapsulating a CallbackHandler.static class
A password-based implementation ofProtectionParameter
.Methods in java.security that return KeyStore.ProtectionParameterModifier and TypeMethodDescriptionDomainLoadStoreParameter.getProtectionParameter()
Gets the keystore protection parameters for this domain.abstract KeyStore.ProtectionParameter
KeyStore.Builder.getProtectionParameter
(String alias) Returns theProtectionParameter
that should be used to obtain theEntry
with the given alias.KeyStore.LoadStoreParameter.getProtectionParameter()
Gets the parameter used to protect keystore data.Methods in java.security that return types with arguments of type KeyStore.ProtectionParameterModifier and TypeMethodDescriptionDomainLoadStoreParameter.getProtectionParams()
Gets the keystore protection parameters for keystores in this domain.Methods in java.security with parameters of type KeyStore.ProtectionParameterModifier and TypeMethodDescriptionKeyStoreSpi.engineGetEntry
(String alias, KeyStore.ProtectionParameter protParam) Gets aKeyStore.Entry
for the specified alias with the specified protection parameter.void
KeyStoreSpi.engineSetEntry
(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam) Saves aKeyStore.Entry
under the specified alias.final KeyStore.Entry
KeyStore.getEntry
(String alias, KeyStore.ProtectionParameter protParam) Gets a keystoreEntry
for the specified alias with the specified protection parameter.static KeyStore.Builder
KeyStore.Builder.newInstance
(File file, KeyStore.ProtectionParameter protection) Returns a newBuilder
object.static KeyStore.Builder
KeyStore.Builder.newInstance
(String type, Provider provider, File file, KeyStore.ProtectionParameter protection) Returns a newBuilder
object.static KeyStore.Builder
KeyStore.Builder.newInstance
(String type, Provider provider, KeyStore.ProtectionParameter protection) Returns a newBuilder
object.static KeyStore.Builder
KeyStore.Builder.newInstance
(KeyStore keyStore, KeyStore.ProtectionParameter protectionParameter) Returns a newBuilder
that encapsulates the givenKeyStore
.final void
KeyStore.setEntry
(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam) Saves a keystoreEntry
under the specified alias.Constructor parameters in java.security with type arguments of type KeyStore.ProtectionParameterModifierConstructorDescriptionDomainLoadStoreParameter
(URI configuration, Map<String, KeyStore.ProtectionParameter> protectionParams) Constructs aDomainLoadStoreParameter
for a keystore domain with the parameters used to protect keystore data.