C# Class javax.net.ssl.SSLSocket_

Inheritance: javax.net.ssl.SSLSocket
Afficher le fichier Open project: JeroMiya/androidmono

Méthodes publiques

Méthode 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

Méthode Description
SSLSocket_ ( )
SSLSocket_ ( global @__env )

Method Details

addHandshakeCompletedListener() public méthode

public addHandshakeCompletedListener ( javax arg0 ) : void
arg0 javax
Résultat void

getEnableSessionCreation() public méthode

public getEnableSessionCreation ( ) : bool
Résultat bool

getEnabledCipherSuites() public méthode

public getEnabledCipherSuites ( ) : global::java.lang.String[]
Résultat global::java.lang.String[]

getEnabledProtocols() public méthode

public getEnabledProtocols ( ) : global::java.lang.String[]
Résultat global::java.lang.String[]

getNeedClientAuth() public méthode

public getNeedClientAuth ( ) : bool
Résultat bool

getSession() public méthode

public getSession ( ) : global::javax.net.ssl.SSLSession
Résultat global::javax.net.ssl.SSLSession

getSupportedCipherSuites() public méthode

public getSupportedCipherSuites ( ) : global::java.lang.String[]
Résultat global::java.lang.String[]

getSupportedProtocols() public méthode

public getSupportedProtocols ( ) : global::java.lang.String[]
Résultat global::java.lang.String[]

getUseClientMode() public méthode

public getUseClientMode ( ) : bool
Résultat bool

getWantClientAuth() public méthode

public getWantClientAuth ( ) : bool
Résultat bool

removeHandshakeCompletedListener() public méthode

public removeHandshakeCompletedListener ( javax arg0 ) : void
arg0 javax
Résultat void

setEnableSessionCreation() public méthode

public setEnableSessionCreation ( bool arg0 ) : void
arg0 bool
Résultat void

setEnabledCipherSuites() public méthode

public setEnabledCipherSuites ( java arg0 ) : void
arg0 java
Résultat void

setEnabledProtocols() public méthode

public setEnabledProtocols ( java arg0 ) : void
arg0 java
Résultat void

setNeedClientAuth() public méthode

public setNeedClientAuth ( bool arg0 ) : void
arg0 bool
Résultat void

setUseClientMode() public méthode

public setUseClientMode ( bool arg0 ) : void
arg0 bool
Résultat void

setWantClientAuth() public méthode

public setWantClientAuth ( bool arg0 ) : void
arg0 bool
Résultat void

startHandshake() public méthode

public startHandshake ( ) : void
Résultat void