File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
src/main/java/com/amazonaws/encryptionsdk/jce Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 3838import com .amazonaws .encryptionsdk .exception .AwsCryptoException ;
3939import com .amazonaws .encryptionsdk .exception .NoSuchMasterKeyException ;
4040import com .amazonaws .encryptionsdk .exception .UnsupportedProviderException ;
41+ import com .amazonaws .encryptionsdk .keyrings .StandardKeyrings ;
4142
4243/**
4344 * This {@link MasterKeyProvider} provides keys backed by a JCE {@link KeyStore}. Please see
4445 * {@link #decryptDataKey(CryptoAlgorithm, Collection, Map)} for an of how decryption is managed and
4546 * see {@link #getMasterKeysForEncryption(MasterKeyRequest)} for an explanation of how encryption is
4647 * managed.
48+ *
49+ * @deprecated Replaced by {@code RawAesKeyring} and {@code RawRsaKeyring}. See {@link StandardKeyrings}.
4750 */
51+ @ Deprecated
4852public class KeyStoreProvider extends MasterKeyProvider <JceMasterKey > {
4953 private final String providerName_ ;
5054 private final KeyStore keystore_ ;
You can’t perform that action at this time.
0 commit comments