The members of Javax.Net.Ssl.KeyManagerFactory are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. | ||
Creates a new KeyManagerFactory. |
[read-only] | Algorithm | string. Returns the name of the key management algorithm. |
[read-only] static | DefaultAlgorithm | string. Returns the default key manager factory algorithm name. |
[read-only] | Provider | Java.Security.Provider. Returns the provider for this KeyManagerFactory instance. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | GetInstance(string)Creates a new KeyManagerFactory instance for the specified key management algorithm. | |
static | GetInstance(string, Java.Security.Provider)Creates a new KeyManagerFactory instance for the specified key management algorithm from the specified provider. | |
static | GetInstance(string, string)Creates a new KeyManagerFactory instance for the specified key management algorithm from the specified provider. | |
GetKeyManagers()Returns a list of key managers, one instance for each type of key in the key store. | ||
Init(IManagerFactoryParameters)Initializes this instance with the specified factory parameters. | ||
Init(Java.Security.KeyStore, char[])Initializes this instance with the specified key store and password. |