Skip to content

Commit e146d20

Browse files
committed
DedicatedEd25519KeyPairTest: Fix checkstyle issues
1 parent acc6f69 commit e146d20

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

pg/src/test/java/org/bouncycastle/openpgp/test/DedicatedEd25519KeyPairTest.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,9 @@ private void testV4SigningVerificationWithBcKey()
190190
isTrue(signature.verify());
191191
}
192192

193-
private void testConversionOfTestVectorKey() throws PGPException, IOException {
193+
private void testConversionOfTestVectorKey()
194+
throws PGPException, IOException
195+
{
194196
JcaPGPKeyConverter jc = new JcaPGPKeyConverter().setProvider(new BouncyCastleProvider());
195197
BcPGPKeyConverter bc = new BcPGPKeyConverter();
196198
// ed25519 public key from https://www.ietf.org/archive/id/draft-ietf-openpgp-crypto-refresh-13.html#name-hashed-data-stream-for-sign

0 commit comments

Comments
 (0)