C# Class System.Security.Cryptography.SHA384.Implementation

Inheritance: SHA384
Datei anzeigen Open project: dotnet/corefx

Public Methods

Method Description
Implementation ( ) : Internal.Cryptography
Initialize ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void
HashCore ( byte array, int ibStart, int cbSize ) : void
HashFinal ( ) : byte[]

Method Details

Dispose() protected final method

protected final Dispose ( bool disposing ) : void
disposing bool
return void

HashCore() protected final method

protected final HashCore ( byte array, int ibStart, int cbSize ) : void
array byte
ibStart int
cbSize int
return void

HashFinal() protected final method

protected final HashFinal ( ) : byte[]
return byte[]

Implementation() public method

public Implementation ( ) : Internal.Cryptography
return Internal.Cryptography

Initialize() public final method

public final Initialize ( ) : void
return void