The methods of Javax.Net.Ssl.IX509KeyManager are listed below. For a list of all members, see the IX509KeyManager Members list.
ChooseClientAlias(string[], Java.Security.IPrincipal[], Java.Net.Socket)Chooses an alias for the client side of an SSL connection to authenticate it with the specified public key type and certificate issuers. | ||
ChooseServerAlias(string, Java.Security.IPrincipal[], Java.Net.Socket)Chooses an alias for the server side of an SSL connection to authenticate it with the specified public key type and certificate issuers. | ||
GetCertificateChain(string)Returns the certificate chain for the specified alias. | ||
GetClientAliases(string, Java.Security.IPrincipal[])Returns the client aliases for the specified public key type and list of certificate issuers. | ||
GetPrivateKey(string)Returns the private key for the specified alias. | ||
GetServerAliases(string, Java.Security.IPrincipal[])Returns the server aliases for the specified public key type and list of certificate issuers. |