Skip to content

Commit 85e712c

Browse files
committed
DedicatedEd25519KeyPairTest: Fix checkstyle issues
1 parent 0d89127 commit 85e712c

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
@@ -128,7 +128,9 @@ private void testConversionOfBcKeyPair()
128128
date.getTime(), j2.getPublicKey().getCreationTime().getTime());
129129
}
130130

131-
private void testConversionOfTestVectorKey() throws PGPException, IOException {
131+
private void testConversionOfTestVectorKey()
132+
throws PGPException, IOException
133+
{
132134
JcaPGPKeyConverter jc = new JcaPGPKeyConverter().setProvider(new BouncyCastleProvider());
133135
BcPGPKeyConverter bc = new BcPGPKeyConverter();
134136
// 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)