The methods of Android.Net.PskKeyManager are listed below. For a list of all members, see the PskKeyManager Members list.
See Also: Inherited members from Java.Lang.Object
ChooseClientKeyIdentity(string, Java.Net.Socket)Gets the PSK identity to report to the server to help agree on the PSK for the provided socket. | ||
ChooseClientKeyIdentity(string, Javax.Net.Ssl.SSLEngine)Gets the PSK identity to report to the server to help agree on the PSK for the provided engine. | ||
ChooseServerKeyIdentityHint(Java.Net.Socket)Gets the PSK identity hint to report to the client to help agree on the PSK for the provided socket. | ||
ChooseServerKeyIdentityHint(Javax.Net.Ssl.SSLEngine)Gets the PSK identity hint to report to the client to help agree on the PSK for the provided engine. | ||
GetKey(string, string, Java.Net.Socket)Gets the PSK to use for the provided socket. | ||
GetKey(string, string, Javax.Net.Ssl.SSLEngine)Gets the PSK to use for the provided engine. |