* commit 'f1a1160c68f6c289d3b82573f1a16f9c52aebab4': 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