Javax.Net.Ssl.KeyManagerFactorySpi Members

The members of Javax.Net.Ssl.KeyManagerFactorySpi are listed below.

See Also: Inherited members from Java.Lang.Object

Public Constructors

Creates a new KeyManagerFactorySpi instance.

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Protected Methods

abstract
EngineGetKeyManagers() : IKeyManager[]
Returns a list of key managers, one instance for each type of key in the key store.
abstract
EngineInit(IManagerFactoryParameters)
Initializes this instance with the specified factory parameters.
abstract
EngineInit(Java.Security.KeyStore, char[])
Initializes this instance with the specified key store and password.