Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 C# 中创建了一个 pub/priv 密钥对,我想在 C# 中对其进行签名,然后在 Java 中对其进行验证。我如何使用 SHA512withRSA 做到这一点?
您可以通过 JNI 接口轻松进行交换。
查看示例:
csharp-in-java
cshapin-java-ii-字符串处理
同时必须通过 JNI 调用中的对象处理来改进。