在哪里可以找到充气城堡的GetSignature和GetCipher算法字符串列表?

时间:2019-06-18 11:48:40

标签: c# security ssl encryption bouncycastle

例如下面的代码。在哪里可以找到有关受支持的不同算法(SHA-256withRSA,RSA // OAEPPADDING)的文档?

this.asymSigner = SignerUtilities.GetSigner("SHA-256withRSA");
                        this.asymSigner.Init(true, this.LocalPrivateKey);

this.asymEncryptor = CipherUtilities.GetCipher("RSA//OAEPPADDING");

0 个答案:

没有答案