Merge "Fix a bug in Android Keystore updateAAD." into mnc-dev
This commit is contained in:
@@ -446,7 +446,7 @@ abstract class AndroidKeyStoreCipherSpiBase extends CipherSpi implements KeyStor
|
||||
inputLen = input.length;
|
||||
src.get(input);
|
||||
}
|
||||
super.engineUpdateAAD(input, inputOffset, inputLen);
|
||||
engineUpdateAAD(input, inputOffset, inputLen);
|
||||
}
|
||||
|
||||
@Override
|
||||
|
||||
Reference in New Issue
Block a user