We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66b3838 commit f789a23Copy full SHA for f789a23
src/main/java/com/amazonaws/encryptionsdk/internal/JceKeyCipher.java
@@ -13,15 +13,13 @@
13
14
package com.amazonaws.encryptionsdk.internal;
15
16
-import com.amazonaws.encryptionsdk.CryptoAlgorithm;
17
import com.amazonaws.encryptionsdk.EncryptedDataKey;
18
import com.amazonaws.encryptionsdk.exception.AwsCryptoException;
19
import com.amazonaws.encryptionsdk.model.KeyBlob;
20
import org.apache.commons.lang3.ArrayUtils;
21
22
import javax.crypto.Cipher;
23
import javax.crypto.SecretKey;
24
-import javax.crypto.spec.SecretKeySpec;
25
import java.nio.charset.Charset;
26
import java.nio.charset.StandardCharsets;
27
import java.security.GeneralSecurityException;
0 commit comments