PKCS1
Decrypt_OAEP(RSA, HashAlgorithm, Byte[])
Decrypt_v15(RSA, Byte[])
Encode_v15(HashAlgorithm, Byte[], Int32)
Encrypt_OAEP(RSA, HashAlgorithm, RandomNumberGenerator, Byte[])
Encrypt_v15(RSA, RandomNumberGenerator, Byte[])
I2OSP(Byte[], Int32)
I2OSP(Int32, Int32)
MGF1(HashAlgorithm, Byte[], Int32)
OS2IP(Byte[])
RSADP(RSA, Byte[])
RSAEP(RSA, Byte[])
RSASP1(RSA, Byte[])
RSAVP1(RSA, Byte[])
Sign_v15(RSA, HashAlgorithm, Byte[])
Verify_v15(RSA, HashAlgorithm, Byte[], Byte[])
Verify_v15(RSA, HashAlgorithm, Byte[], Byte[], Boolean)
xamarinmac
namespace Mono.Security.Cryptography
{
public sealed class PKCS1
{
public static byte[] RSAVP1(RSA rsa, byte[] s);
}
}
Xamarin Android | 0.0 |
---|---|
Xamarin iOS | 0.0 |
Xamarin macOS | 0.0 |
Xamarin tvOS | 0.0 |
Information specific to xamarinmac | |
Assembly | Mono.Security , Version=2.0.5.0, PublicKeyToken=0738eb9f132ed756 |
Referencing | The API is automatically referenced. |
Platform Restrictions | This framework does not have platform annotations. |
- Built-in API
- Package-provided API