File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/main/java/com/amazonaws/encryptionsdk/jce Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ public class JceMasterKey extends MasterKey<JceMasterKey> {
44
44
private final JceKeyCipher jceKeyCipher_ ;
45
45
46
46
/**
47
- * Returns a {@code JceMasterKey} backed by the symmetric key {@code key} using
48
- * {@code wrappingAlgorithm}. Currently "{@code AES/GCM/NoPadding}" is the only supported
49
- * value for symmetric {@code wrappingAlgorithm}s.
47
+ * Returns a {@code JceMasterKey} backed by the symmetric key {@code key} using {@code
48
+ * wrappingAlgorithm}. Currently "{@code AES/GCM/NoPadding}" is the only supported value for
49
+ * symmetric {@code wrappingAlgorithm}s.
50
50
*
51
51
* @param key key used to wrap/unwrap (encrypt/decrypt) {@link DataKey}s
52
52
* @param provider
You can’t perform that action at this time.
0 commit comments