C# Class java.security.MessageDigest

Inheritance: MessageDigestSpi
Exibir arquivo Open project: JeroMiya/androidmono Class Usage Examples

Public Methods

Method Description
clone ( ) : global::java.lang.Object
digest ( ) : byte[]
digest ( byte arg0 ) : byte[]
digest ( byte arg0, int arg1, int arg2 ) : int
getAlgorithm ( ) : global::java.lang.String
getDigestLength ( ) : int
getInstance ( java arg0 ) : global::java.security.MessageDigest
getInstance ( java arg0, java arg1 ) : global::java.security.MessageDigest
getProvider ( ) : global::java.security.Provider
isEqual ( byte arg0, byte arg1 ) : bool
reset ( ) : void
toString ( ) : global::java.lang.String
update ( byte arg0 ) : void
update ( byte arg0, int arg1, int arg2 ) : void
update ( java arg0 ) : void

Protected Methods

Method Description
MessageDigest ( global @__env )
MessageDigest ( java arg0 )

Private Methods

Method Description
MessageDigest ( )

Method Details

MessageDigest() protected method

protected MessageDigest ( global @__env )
@__env global

MessageDigest() protected method

protected MessageDigest ( java arg0 )
arg0 java

clone() public method

public clone ( ) : global::java.lang.Object
return global::java.lang.Object

digest() public method

public digest ( ) : byte[]
return byte[]

digest() public method

public digest ( byte arg0 ) : byte[]
arg0 byte
return byte[]

digest() public method

public digest ( byte arg0, int arg1, int arg2 ) : int
arg0 byte
arg1 int
arg2 int
return int

getAlgorithm() public method

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

getDigestLength() public method

public getDigestLength ( ) : int
return int

getInstance() public static method

public static getInstance ( java arg0 ) : global::java.security.MessageDigest
arg0 java
return global::java.security.MessageDigest

getInstance() public static method

public static getInstance ( java arg0, java arg1 ) : global::java.security.MessageDigest
arg0 java
arg1 java
return global::java.security.MessageDigest

getProvider() public method

public getProvider ( ) : global::java.security.Provider
return global::java.security.Provider

isEqual() public static method

public static isEqual ( byte arg0, byte arg1 ) : bool
arg0 byte
arg1 byte
return bool

reset() public method

public reset ( ) : void
return void

toString() public method

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

update() public method

public update ( byte arg0 ) : void
arg0 byte
return void

update() public method

public update ( byte arg0, int arg1, int arg2 ) : void
arg0 byte
arg1 int
arg2 int
return void

update() public method

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