Android.Net.PskKeyManager: Method Members

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

Public Methods

ChooseClientKeyIdentity(string, Java.Net.Socket) : string
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) : string
Gets the PSK identity to report to the server to help agree on the PSK for the provided engine.
ChooseServerKeyIdentityHint(Java.Net.Socket) : string
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) : string
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) : Javax.Crypto.ISecretKey
Gets the PSK to use for the provided socket.
GetKey(string, string, Javax.Net.Ssl.SSLEngine) : Javax.Crypto.ISecretKey
Gets the PSK to use for the provided engine.