Javax.Net.Ssl.X509ExtendedKeyManager: Method Members

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

Public Methods

abstract
ChooseClientAlias(string[], Java.Security.IPrincipal[], Java.Net.Socket) : string
Documentation for this section has not yet been entered.
ChooseEngineClientAlias(string[], Java.Security.IPrincipal[], SSLEngine) : string
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) : string
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) : string
Documentation for this section has not yet been entered.
abstract
GetCertificateChain(string) : Java.Security.Cert.X509Certificate[]
Documentation for this section has not yet been entered.
abstract
GetClientAliases(string, Java.Security.IPrincipal[]) : string[]
Documentation for this section has not yet been entered.
abstract
GetPrivateKey(string) : Java.Security.IPrivateKey
Documentation for this section has not yet been entered.
abstract
GetServerAliases(string, Java.Security.IPrincipal[]) : string[]
Documentation for this section has not yet been entered.