简体   繁体   中英

Convert Windows CryptoAPI PRIVATE KEY BLOB to bouncy castle RsaPrivateCrtKeyParameters

有什么方法(类似于Mono中的FromCapiPrivateKeyBlob)将Windows CryptoAPI私有密钥BLOB转换为Bouncy Castle使用的RsaPrivateCrtKeyParameters吗?

Have a look at the Org.BouncyCastle.Security.DotNetUtilities class to see what is there in the way of conversions.

I will look at adding methods for interop with CryptoAPI blobs.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM