Skip to content

Commit fd780cf

Browse files
Review change
Signed-off-by: johnpeck-us-ibm <johnpeck@us.ibm.com>
1 parent ccf3001 commit fd780cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/ibm/crypto/plus/provider/MLKEMImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ public KEMSpi.DecapsulatorSpi engineNewDecapsulator(PrivateKey privateKey,
159159
KeyFactory kf = KeyFactory.getInstance(this.alg, this.provider.getName());
160160
PKCS8EncodedKeySpec privateKeySpec = new PKCS8EncodedKeySpec(privateKey.getEncoded());
161161
privKey = kf.generatePrivate(privateKeySpec);
162-
} catch (Exception e){
162+
} catch (Exception e) {
163163
throw new InvalidKeyException("unsupported key", e);
164164
}
165165
}

0 commit comments

Comments
 (0)