SSLContextSpi.EngineInit(IKeyManager[], ITrustManager[], SecureRandom) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes this context.
[Android.Runtime.Register("engineInit", "([Ljavax/net/ssl/KeyManager;[Ljavax/net/ssl/TrustManager;Ljava/security/SecureRandom;)V", "GetEngineInit_arrayLjavax_net_ssl_KeyManager_arrayLjavax_net_ssl_TrustManager_Ljava_security_SecureRandom_Handler")]
protected abstract void EngineInit (Javax.Net.Ssl.IKeyManager[]? km, Javax.Net.Ssl.ITrustManager[]? tm, Java.Security.SecureRandom? sr);
[<Android.Runtime.Register("engineInit", "([Ljavax/net/ssl/KeyManager;[Ljavax/net/ssl/TrustManager;Ljava/security/SecureRandom;)V", "GetEngineInit_arrayLjavax_net_ssl_KeyManager_arrayLjavax_net_ssl_TrustManager_Ljava_security_SecureRandom_Handler")>]
abstract member EngineInit : Javax.Net.Ssl.IKeyManager[] * Javax.Net.Ssl.ITrustManager[] * Java.Security.SecureRandom -> unit
Parameters
- km
- IKeyManager[]
the sources of authentication keys
- tm
- ITrustManager[]
the sources of peer authentication trust decisions
- sr
- SecureRandom
the source of randomness
- Attributes
Exceptions
if initializing this instance fails.
Remarks
Initializes this context.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.