C# Class javax.net.ssl.SSLSocket_

Inheritance: javax.net.ssl.SSLSocket
Exibir arquivo Open project: JeroMiya/androidmono

Public Methods

Method Description
addHandshakeCompletedListener ( javax arg0 ) : void
getEnableSessionCreation ( ) : bool
getEnabledCipherSuites ( ) : global::java.lang.String[]
getEnabledProtocols ( ) : global::java.lang.String[]
getNeedClientAuth ( ) : bool
getSession ( ) : global::javax.net.ssl.SSLSession
getSupportedCipherSuites ( ) : global::java.lang.String[]
getSupportedProtocols ( ) : global::java.lang.String[]
getUseClientMode ( ) : bool
getWantClientAuth ( ) : bool
removeHandshakeCompletedListener ( javax arg0 ) : void
setEnableSessionCreation ( bool arg0 ) : void
setEnabledCipherSuites ( java arg0 ) : void
setEnabledProtocols ( java arg0 ) : void
setNeedClientAuth ( bool arg0 ) : void
setUseClientMode ( bool arg0 ) : void
setWantClientAuth ( bool arg0 ) : void
startHandshake ( ) : void

Private Methods

Method Description
SSLSocket_ ( )
SSLSocket_ ( global @__env )

Method Details

addHandshakeCompletedListener() public method

public addHandshakeCompletedListener ( javax arg0 ) : void
arg0 javax
return void

getEnableSessionCreation() public method

public getEnableSessionCreation ( ) : bool
return bool

getEnabledCipherSuites() public method

public getEnabledCipherSuites ( ) : global::java.lang.String[]
return global::java.lang.String[]

getEnabledProtocols() public method

public getEnabledProtocols ( ) : global::java.lang.String[]
return global::java.lang.String[]

getNeedClientAuth() public method

public getNeedClientAuth ( ) : bool
return bool

getSession() public method

public getSession ( ) : global::javax.net.ssl.SSLSession
return global::javax.net.ssl.SSLSession

getSupportedCipherSuites() public method

public getSupportedCipherSuites ( ) : global::java.lang.String[]
return global::java.lang.String[]

getSupportedProtocols() public method

public getSupportedProtocols ( ) : global::java.lang.String[]
return global::java.lang.String[]

getUseClientMode() public method

public getUseClientMode ( ) : bool
return bool

getWantClientAuth() public method

public getWantClientAuth ( ) : bool
return bool

removeHandshakeCompletedListener() public method

public removeHandshakeCompletedListener ( javax arg0 ) : void
arg0 javax
return void

setEnableSessionCreation() public method

public setEnableSessionCreation ( bool arg0 ) : void
arg0 bool
return void

setEnabledCipherSuites() public method

public setEnabledCipherSuites ( java arg0 ) : void
arg0 java
return void

setEnabledProtocols() public method

public setEnabledProtocols ( java arg0 ) : void
arg0 java
return void

setNeedClientAuth() public method

public setNeedClientAuth ( bool arg0 ) : void
arg0 bool
return void

setUseClientMode() public method

public setUseClientMode ( bool arg0 ) : void
arg0 bool
return void

setWantClientAuth() public method

public setWantClientAuth ( bool arg0 ) : void
arg0 bool
return void

startHandshake() public method

public startHandshake ( ) : void
return void