We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79b9483 commit c94dc6bCopy full SHA for c94dc6b
src/main/java/com/amazonaws/encryptionsdk/model/KeyBlob.java
@@ -100,7 +100,7 @@ public KeyBlob(final EncryptedDataKey edk) {
100
* length.
101
*/
102
private int parseKeyProviderIdLen(final byte[] b, final int off) throws ParseException {
103
- keyProviderIdLen_ = PrimitivesParser.parseUnsignedShort(b, off);
+ keyProviderIdLen_ = PrimitivesParser.parseUnsignedShort(b, off);
104
return Short.SIZE / Byte.SIZE;
105
}
106
0 commit comments