C# Class java.security.Identity

Inheritance: java.lang.Object, Principal, java.io.Serializable
Exibir arquivo Open project: JeroMiya/androidmono

Public Methods

Method Description
Identity ( java arg0 )
Identity ( java arg0, java arg1 )
addCertificate ( java arg0 ) : void
certificates ( ) : global::java.security.Certificate[]
equals ( java arg0 ) : bool
getInfo ( ) : global::java.lang.String
getName ( ) : global::java.lang.String
getPublicKey ( ) : global::java.security.PublicKey
getScope ( ) : global::java.security.IdentityScope
hashCode ( ) : int
removeCertificate ( java arg0 ) : void
setInfo ( java arg0 ) : void
setPublicKey ( java arg0 ) : void
toString ( ) : global::java.lang.String
toString ( bool arg0 ) : global::java.lang.String

Protected Methods

Method Description
Identity ( global @__env )
identityEquals ( java arg0 ) : bool

Private Methods

Method Description
Identity ( )

Method Details

Identity() protected method

protected Identity ( global @__env )
@__env global

Identity() public method

public Identity ( java arg0 )
arg0 java

Identity() public method

public Identity ( java arg0, java arg1 )
arg0 java
arg1 java

addCertificate() public method

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

certificates() public method

public certificates ( ) : global::java.security.Certificate[]
return global::java.security.Certificate[]

equals() public final method

public final equals ( java arg0 ) : bool
arg0 java
return bool

getInfo() public method

public getInfo ( ) : global::java.lang.String
return global::java.lang.String

getName() public method

public getName ( ) : global::java.lang.String
return global::java.lang.String

getPublicKey() public method

public getPublicKey ( ) : global::java.security.PublicKey
return global::java.security.PublicKey

getScope() public method

public getScope ( ) : global::java.security.IdentityScope
return global::java.security.IdentityScope

hashCode() public method

public hashCode ( ) : int
return int

identityEquals() protected method

protected identityEquals ( java arg0 ) : bool
arg0 java
return bool

removeCertificate() public method

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

setInfo() public method

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

setPublicKey() public method

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

toString() public method

public toString ( ) : global::java.lang.String
return global::java.lang.String

toString() public method

public toString ( bool arg0 ) : global::java.lang.String
arg0 bool
return global::java.lang.String