File tree 1 file changed +4
-0
lines changed
src/main/java/com/amazonaws/encryptionsdk/jce
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 38
38
import com .amazonaws .encryptionsdk .exception .AwsCryptoException ;
39
39
import com .amazonaws .encryptionsdk .exception .NoSuchMasterKeyException ;
40
40
import com .amazonaws .encryptionsdk .exception .UnsupportedProviderException ;
41
+ import com .amazonaws .encryptionsdk .keyrings .StandardKeyrings ;
41
42
42
43
/**
43
44
* This {@link MasterKeyProvider} provides keys backed by a JCE {@link KeyStore}. Please see
44
45
* {@link #decryptDataKey(CryptoAlgorithm, Collection, Map)} for an of how decryption is managed and
45
46
* see {@link #getMasterKeysForEncryption(MasterKeyRequest)} for an explanation of how encryption is
46
47
* managed.
48
+ *
49
+ * @deprecated Replaced by {@code RawAesKeyring} and {@code RawRsaKeyring}. See {@link StandardKeyrings}.
47
50
*/
51
+ @ Deprecated
48
52
public class KeyStoreProvider extends MasterKeyProvider <JceMasterKey > {
49
53
private final String providerName_ ;
50
54
private final KeyStore keystore_ ;
You can’t perform that action at this time.
0 commit comments