C# Class java.security.DigestOutputStream

Inheritance: java.io.FilterOutputStream
Exibir arquivo Open project: JeroMiya/androidmono

Public Methods

Method Description
DigestOutputStream ( java arg0, java arg1 )
getMessageDigest ( ) : global::java.security.MessageDigest
on ( bool arg0 ) : void
setMessageDigest ( java arg0 ) : void
toString ( ) : global::java.lang.String
write ( byte arg0, int arg1, int arg2 ) : void
write ( int arg0 ) : void

Protected Methods

Method Description
DigestOutputStream ( global @__env )

Private Methods

Method Description
DigestOutputStream ( )

Method Details

DigestOutputStream() protected method

protected DigestOutputStream ( global @__env )
@__env global

DigestOutputStream() public method

public DigestOutputStream ( java arg0, java arg1 )
arg0 java
arg1 java

getMessageDigest() public method

public getMessageDigest ( ) : global::java.security.MessageDigest
return global::java.security.MessageDigest

on() public method

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

setMessageDigest() public method

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

toString() public method

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

write() public method

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

write() public method

public write ( int arg0 ) : void
arg0 int
return void