Uses of Interface
java.security.KeyStore.ProtectionParameter
| Package | Description |
|---|---|
| java.security |
Extensible cryptographic service provider infrastructure (SPI) for using
and defining services such as
Certificates,
Keys, KeyStores, MessageDigests, and Signatures. |
| org.bouncycastle.jcajce.provider.config | |
| org.bouncycastle.jce.provider |
-
Uses of KeyStore.ProtectionParameter in java.security
Classes in java.security that implement KeyStore.ProtectionParameter Modifier and Type Class Description static classKeyStore.CallbackHandlerProtectionstatic classKeyStore.PasswordProtectionPasswordProtectionis aProtectionParameterthat protects aKeyStoreusing a password.Methods in java.security that return KeyStore.ProtectionParameter Modifier and Type Method Description abstract KeyStore.ProtectionParameterKeyStore.Builder. getProtectionParameter(String alias)Returns theProtectionParameterto be used when aEntrywith the specified alias is requested.KeyStore.ProtectionParameterKeyStore.LoadStoreParameter. getProtectionParameter()Returns theProtectionParameterwhich is used to protect data in theKeyStore.Methods in java.security with parameters of type KeyStore.ProtectionParameter Modifier and Type Method Description KeyStore.EntryKeyStoreSpi. engineGetEntry(String alias, KeyStore.ProtectionParameter protParam)Returns theEntrywith the given alias, using the specifiedProtectionParameter.voidKeyStoreSpi. engineSetEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter protParam)Stores the givenEntryin thisKeyStoreSpiand associates the entry with the givenalias.KeyStore.EntryKeyStore. getEntry(String alias, KeyStore.ProtectionParameter param)Returns theEntrywith the given alias, using the specifiedProtectionParameter.static KeyStore.BuilderKeyStore.Builder. newInstance(String type, Provider provider, File file, KeyStore.ProtectionParameter protectionParameter)Returns a newBuilderthat creates a newKeyStorebased on the provided arguments.static KeyStore.BuilderKeyStore.Builder. newInstance(String type, Provider provider, KeyStore.ProtectionParameter protectionParameter)Returns a newBuilderthat creates a newKeyStorebased on the provided arguments.static KeyStore.BuilderKeyStore.Builder. newInstance(KeyStore keyStore, KeyStore.ProtectionParameter protectionParameter)Returns a newBuilderthat holds the givenKeyStoreand the givenProtectionParameter.voidKeyStore. setEntry(String alias, KeyStore.Entry entry, KeyStore.ProtectionParameter param)Stores the givenEntryin thisKeyStoreand associates the entry with the givenalias. -
Uses of KeyStore.ProtectionParameter in org.bouncycastle.jcajce.provider.config
Methods in org.bouncycastle.jcajce.provider.config that return KeyStore.ProtectionParameter Modifier and Type Method Description KeyStore.ProtectionParameterPKCS12StoreParameter. getProtectionParameter()Constructors in org.bouncycastle.jcajce.provider.config with parameters of type KeyStore.ProtectionParameter Constructor Description PKCS12StoreParameter(OutputStream out, KeyStore.ProtectionParameter protectionParameter)PKCS12StoreParameter(OutputStream out, KeyStore.ProtectionParameter protectionParameter, boolean forDEREncoding) -
Uses of KeyStore.ProtectionParameter in org.bouncycastle.jce.provider
Methods in org.bouncycastle.jce.provider that return KeyStore.ProtectionParameter Modifier and Type Method Description KeyStore.ProtectionParameterJDKPKCS12StoreParameter. getProtectionParameter()Deprecated.Methods in org.bouncycastle.jce.provider with parameters of type KeyStore.ProtectionParameter Modifier and Type Method Description voidJDKPKCS12StoreParameter. setProtectionParameter(KeyStore.ProtectionParameter protectionParameter)Deprecated.