am c0d6b7cb: Merge "Fix typo"
* commit 'c0d6b7cb752b50ed37197e15cc6f305a0038e61b': Fix typo
This commit is contained in:
@@ -580,7 +580,7 @@ public abstract class KeyStoreKeyConstraints {
|
||||
} else if ("ctr".equals(modeLower)) {
|
||||
return CTR;
|
||||
} else if ("gcm".equals(modeLower)) {
|
||||
return CTR;
|
||||
return GCM;
|
||||
} else {
|
||||
throw new IllegalArgumentException("Unknown block mode: " + mode);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user