The methods of Javax.Net.Ssl.X509ExtendedKeyManager are listed below. For a list of all members, see the X509ExtendedKeyManager Members list.
See Also: Inherited members from Java.Lang.Object
abstract | ChooseClientAlias(string[], Java.Security.IPrincipal[], Java.Net.Socket)Documentation for this section has not yet been entered. | |
ChooseEngineClientAlias(string[], Java.Security.IPrincipal[], SSLEngine)Chooses an alias for the client side of an SSL connection to authenticate it with the specified public key type and certificate issuers. | ||
ChooseEngineServerAlias(string, Java.Security.IPrincipal[], SSLEngine)Chooses an alias for the server side of an SSL connection to authenticate it with the specified public key type and certificate issuers. | ||
abstract | ChooseServerAlias(string, Java.Security.IPrincipal[], Java.Net.Socket)Documentation for this section has not yet been entered. | |
abstract | GetCertificateChain(string)Documentation for this section has not yet been entered. | |
abstract | GetClientAliases(string, Java.Security.IPrincipal[])Documentation for this section has not yet been entered. | |
abstract | GetPrivateKey(string)Documentation for this section has not yet been entered. | |
abstract | GetServerAliases(string, Java.Security.IPrincipal[])Documentation for this section has not yet been entered. |