commit f2ace12fb84a83a911c9132dd332ae94c2d7b3db
parent 09f5f91735438257f43efdb92bbb476531f3872b
Author: Marcello Stanisci <stanisci.m@gmail.com>
Date: Wed, 13 Nov 2019 19:18:04 +0100
typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sandbox/src/test/kotlin/CryptoUtilTest.kt b/sandbox/src/test/kotlin/CryptoUtilTest.kt
@@ -68,7 +68,7 @@ class CryptoUtilTest {
}
@Test
- fun testEbicsE006() {
+ fun testEbicsA006() {
val keyPair = CryptoUtil.generateRsaKeyPair(1024)
val data = "Hello, World".toByteArray(Charsets.UTF_8)
val sig = CryptoUtil.signEbicsA006(data, keyPair.private)