Documentation
¶
Overview ¶
Package ssl provides Go bindings for android.net.ssl.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type SSLEngines ¶
SSLEngines wraps android.net.ssl.SSLEngines.
func (*SSLEngines) ExportKeyingMaterial ¶
func (m *SSLEngines) ExportKeyingMaterial( arg0 *jni.Object, arg1 string, arg2 *jni.Object, arg3 int32, ) (*jni.Object, error)
ExportKeyingMaterial calls android.net.ssl.SSLEngines.exportKeyingMaterial.
func (*SSLEngines) IsSupportedEngine ¶
func (m *SSLEngines) IsSupportedEngine(arg0 *jni.Object) (bool, error)
IsSupportedEngine calls android.net.ssl.SSLEngines.isSupportedEngine.
func (*SSLEngines) SetUseSessionTickets ¶
func (m *SSLEngines) SetUseSessionTickets(arg0 *jni.Object, arg1 bool) error
SetUseSessionTickets calls android.net.ssl.SSLEngines.setUseSessionTickets.
type SSLSockets ¶
SSLSockets wraps android.net.ssl.SSLSockets.
func (*SSLSockets) ExportKeyingMaterial ¶
func (m *SSLSockets) ExportKeyingMaterial( arg0 *jni.Object, arg1 string, arg2 *jni.Object, arg3 int32, ) (*jni.Object, error)
ExportKeyingMaterial calls android.net.ssl.SSLSockets.exportKeyingMaterial.
func (*SSLSockets) IsSupportedSocket ¶
func (m *SSLSockets) IsSupportedSocket(arg0 *jni.Object) (bool, error)
IsSupportedSocket calls android.net.ssl.SSLSockets.isSupportedSocket.
func (*SSLSockets) SetUseSessionTickets ¶
func (m *SSLSockets) SetUseSessionTickets(arg0 *jni.Object, arg1 bool) error
SetUseSessionTickets calls android.net.ssl.SSLSockets.setUseSessionTickets.
Click to show internal directories.
Click to hide internal directories.