Home
last modified time | relevance | path

Searched refs:useOAEP (Results 1 – 15 of 15) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/tests/Samples/
H A DEncryptingDecryptingAsymmetric.cs27 …ment doc, string elementName, string encryptionElementID, RSA rsaKey, string keyName, bool useOAEP) in Encrypt() argument
38 … CipherData = new CipherData(EncryptedXml.EncryptKey(sessionKey.Key, rsaKey, useOAEP)), in Encrypt()
39 …EncryptionMethod = new EncryptionMethod(useOAEP ? EncryptedXml.XmlEncRSAOAEPUrl : EncryptedXml.Xml… in Encrypt()
84 public void AsymmetricEncryptionRoundtrip(bool useOAEP) in AsymmetricEncryptionRoundtrip() argument
97 … Encrypt(xmlDocToEncrypt, exampleXmlRootElement, "EncryptedElement1", key, "rsaKey", useOAEP); in AsymmetricEncryptionRoundtrip()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.IdentityModel/System.IdentityModel.Tokens/
H A DX509AsymmetricSecurityKey.cs177 bool useOAEP = in DecryptKey()
179 return EncryptedXml.DecryptKey (keyData, cert.PrivateKey as RSA, useOAEP); in DecryptKey()
197 bool useOAEP = in EncryptKey()
200 return EncryptedXml.EncryptKey (keyData, cert.PublicKey.Key as RSA, useOAEP); in EncryptKey()
/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Configuration/System.Configuration/
H A DRsaProtectedConfigurationProvider.cs42 bool useOAEP; field in System.Configuration.RsaProtectedConfigurationProvider
113 useOAEP = true; in Initialize()
168 get { return useOAEP; }
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/src/System/Security/Cryptography/Xml/
H A DEncryptedXml.cs850 public static byte[] EncryptKey(byte[] keyData, RSA rsa, bool useOAEP) in EncryptKey() argument
857 if (useOAEP) in EncryptKey()
893 public static byte[] DecryptKey(byte[] keyData, RSA rsa, bool useOAEP) in DecryptKey() argument
900 if (useOAEP) in DecryptKey()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/tests/
H A DXmlLicenseEncryptedRef.cs174 … CipherData = new CipherData(EncryptedXml.EncryptKey(sessionKey.Key, key, useOAEP: true)), in Encrypt()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Security.Cryptography.Xml/ref/
H A DSystem.Security.Cryptography.Xml.cs132 …te[] DecryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in DecryptKey() argument
138 …te[] EncryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in EncryptKey() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.2/
H A DSystem.Security.cs608 …te[] DecryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in DecryptKey() argument
616 …te[] EncryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in EncryptKey() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.1/
H A DSystem.Security.cs610 …te[] DecryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in DecryptKey() argument
618 …te[] EncryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in EncryptKey() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5/
H A DSystem.Security.cs608 …te[] DecryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in DecryptKey() argument
616 …te[] EncryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in EncryptKey() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.5.1/
H A DSystem.Security.cs608 …te[] DecryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in DecryptKey() argument
616 …te[] EncryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in EncryptKey() argument
/dports/lang/mono/mono-5.10.1.57/external/api-snapshot/profiles/net_4_x/
H A DSystem.Security.cs589 …te[] DecryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in DecryptKey() argument
595 …te[] EncryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in EncryptKey() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6.2/
H A DSystem.Security.cs610 …te[] DecryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in DecryptKey() argument
618 …te[] EncryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in EncryptKey() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.6/
H A DSystem.Security.cs610 …te[] DecryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in DecryptKey() argument
618 …te[] EncryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in EncryptKey() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7/
H A DSystem.Security.cs604 …te[] DecryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in DecryptKey() argument
610 …te[] EncryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in EncryptKey() argument
/dports/lang/mono/mono-5.10.1.57/external/binary-reference-assemblies/src/v4.7.1/
H A DSystem.Security.cs604 …te[] DecryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in DecryptKey() argument
610 …te[] EncryptKey(byte[] keyData, System.Security.Cryptography.RSA rsa, bool useOAEP) { throw null; } in EncryptKey() argument