We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2483ced commit 4957d42Copy full SHA for 4957d42
src/main/java/com/amazonaws/encryptionsdk/jce/JceMasterKey.java
@@ -44,9 +44,9 @@ public class JceMasterKey extends MasterKey<JceMasterKey> {
44
private final JceKeyCipher jceKeyCipher_;
45
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.
+ * Returns a {@code JceMasterKey} backed by the symmetric key {@code key} using {@code
+ * wrappingAlgorithm}. Currently "{@code AES/GCM/NoPadding}" is the only supported value for
+ * symmetric {@code wrappingAlgorithm}s.
50
*
51
* @param key key used to wrap/unwrap (encrypt/decrypt) {@link DataKey}s
52
* @param provider
0 commit comments