From 9b57490b2d3c9b0ecd0d19a5f4978f9508c5d6b0 Mon Sep 17 00:00:00 2001 From: szymonsztuka Date: Wed, 7 Nov 2018 11:16:54 +0000 Subject: [PATCH] API stability - Added new static method in Crypto. --- .ci/api-current.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.ci/api-current.txt b/.ci/api-current.txt index cab36647d2..42731e7128 100644 --- a/.ci/api-current.txt +++ b/.ci/api-current.txt @@ -1259,6 +1259,8 @@ public final class net.corda.core.crypto.Crypto extends java.lang.Object @NotNull public static final java.security.Provider findProvider(String) @NotNull + public static final net.corda.core.crypto.SignatureScheme findSignatureScheme(Integer) + @NotNull public static final net.corda.core.crypto.SignatureScheme findSignatureScheme(String) @NotNull public static final net.corda.core.crypto.SignatureScheme findSignatureScheme(java.security.PrivateKey)