MessageDigest

Overview

Location

 

constructor

 

constructor(Algorithm: DigestAlgorithm)

 

MessageDigest(DigestAlgorithm Algorithm)

 

init(_ Algorithm: DigestAlgorithm)

 

MessageDigest(DigestAlgorithm Algorithm)

 

Sub New(Algorithm As DigestAlgorithm)

Parameters:

  • Algorithm:

ComputeHash

 

class method ComputeHash(Data: array of Byte; Algorithm: DigestAlgorithm): array of Byte

 

static Byte[] ComputeHash(Byte[] Data, DigestAlgorithm Algorithm)

 

static func ComputeHash(_ Data: Byte..., _ Algorithm: DigestAlgorithm) -> Byte...

 

static Byte[] ComputeHash(Byte[] Data, DigestAlgorithm Algorithm)

 

Shared Function ComputeHash(Data As Byte(), Algorithm As DigestAlgorithm) As Byte()

Parameters:

  • Data:
  • Algorithm:

Digest (array of Byte): array of Byte  mapped

 

method Digest(Data: array of Byte): array of Byte

 

Byte[] Digest(Byte[] Data)

 

func Digest(_ Data: Byte...) -> Byte...

 

Byte[] Digest(Byte[] Data)

 

Function Digest(Data As Byte()) As Byte()

Parameters:

  • Data:

Digest (array of Byte, Int32): array of Byte  mapped

 

method Digest(Data: array of Byte; Count: Int32): array of Byte

 

Byte[] Digest(Byte[] Data, Int32 Count)

 

func Digest(_ Data: Byte..., _ Count: Int32) -> Byte...

 

Byte[] Digest(Byte[] Data, Int32 Count)

 

Function Digest(Data As Byte(), Count As Int32) As Byte()

Parameters:

  • Data:
  • Count:

Digest (array of Byte, Int32, Int32): array of Byte  mapped

 

method Digest(Data: array of Byte; Offset: Int32; Count: Int32): array of Byte

 

Byte[] Digest(Byte[] Data, Int32 Offset, Int32 Count)

 

func Digest(_ Data: Byte..., _ Offset: Int32, _ Count: Int32) -> Byte...

 

Byte[] Digest(Byte[] Data, Int32 Offset, Int32 Count)

 

Function Digest(Data As Byte(), Offset As Int32, Count As Int32) As Byte()

Parameters:

  • Data:
  • Offset:
  • Count:

Reset  mapped

 

method Reset

 

void Reset()

 

func Reset()

 

void Reset()

 

Sub Reset()

Update (array of Byte)  mapped

 

method Update(Data: array of Byte)

 

void Update(Byte[] Data)

 

func Update(_ Data: Byte...)

 

void Update(Byte[] Data)

 

Sub Update(Data As Byte())

Parameters:

  • Data:

Update (array of Byte, Int32)  mapped

 

method Update(Data: array of Byte; Count: Int32)

 

void Update(Byte[] Data, Int32 Count)

 

func Update(_ Data: Byte..., _ Count: Int32)

 

void Update(Byte[] Data, Int32 Count)

 

Sub Update(Data As Byte(), Count As Int32)

Parameters:

  • Data:
  • Count:

Update (array of Byte, Int32, Int32)  mapped

 

method Update(Data: array of Byte; Offset: Int32; Count: Int32)

 

void Update(Byte[] Data, Int32 Offset, Int32 Count)

 

func Update(_ Data: Byte..., _ Offset: Int32, _ Count: Int32)

 

void Update(Byte[] Data, Int32 Offset, Int32 Count)

 

Sub Update(Data As Byte(), Offset As Int32, Count As Int32)

Parameters:

  • Data:
  • Offset:
  • Count:

 

ComputeHash

 

class method ComputeHash(Data: array of Byte; Algorithm: DigestAlgorithm): array of Byte

 

static Byte[] ComputeHash(Byte[] Data, DigestAlgorithm Algorithm)

 

static func ComputeHash(_ Data: Byte..., _ Algorithm: DigestAlgorithm) -> Byte...

 

static Byte[] ComputeHash(Byte[] Data, DigestAlgorithm Algorithm)

 

Shared Function ComputeHash(Data As Byte(), Algorithm As DigestAlgorithm) As Byte()

Parameters:

  • Data:
  • Algorithm:

 

constructor

 

constructor(Algorithm: DigestAlgorithm)

 

MessageDigest(DigestAlgorithm Algorithm)

 

init(_ Algorithm: DigestAlgorithm)

 

MessageDigest(DigestAlgorithm Algorithm)

 

Sub New(Algorithm As DigestAlgorithm)

Parameters:

  • Algorithm:

Digest (array of Byte): array of Byte  mapped

 

method Digest(Data: array of Byte): array of Byte

 

Byte[] Digest(Byte[] Data)

 

func Digest(_ Data: Byte...) -> Byte...

 

Byte[] Digest(Byte[] Data)

 

Function Digest(Data As Byte()) As Byte()

Parameters:

  • Data:

Digest (array of Byte, Int32): array of Byte  mapped

 

method Digest(Data: array of Byte; Count: Int32): array of Byte

 

Byte[] Digest(Byte[] Data, Int32 Count)

 

func Digest(_ Data: Byte..., _ Count: Int32) -> Byte...

 

Byte[] Digest(Byte[] Data, Int32 Count)

 

Function Digest(Data As Byte(), Count As Int32) As Byte()

Parameters:

  • Data:
  • Count:

Digest (array of Byte, Int32, Int32): array of Byte  mapped

 

method Digest(Data: array of Byte; Offset: Int32; Count: Int32): array of Byte

 

Byte[] Digest(Byte[] Data, Int32 Offset, Int32 Count)

 

func Digest(_ Data: Byte..., _ Offset: Int32, _ Count: Int32) -> Byte...

 

Byte[] Digest(Byte[] Data, Int32 Offset, Int32 Count)

 

Function Digest(Data As Byte(), Offset As Int32, Count As Int32) As Byte()

Parameters:

  • Data:
  • Offset:
  • Count:

Reset  mapped

 

method Reset

 

void Reset()

 

func Reset()

 

void Reset()

 

Sub Reset()

Update (array of Byte)  mapped

 

method Update(Data: array of Byte)

 

void Update(Byte[] Data)

 

func Update(_ Data: Byte...)

 

void Update(Byte[] Data)

 

Sub Update(Data As Byte())

Parameters:

  • Data:

Update (array of Byte, Int32)  mapped

 

method Update(Data: array of Byte; Count: Int32)

 

void Update(Byte[] Data, Int32 Count)

 

func Update(_ Data: Byte..., _ Count: Int32)

 

void Update(Byte[] Data, Int32 Count)

 

Sub Update(Data As Byte(), Count As Int32)

Parameters:

  • Data:
  • Count:

Update (array of Byte, Int32, Int32)  mapped

 

method Update(Data: array of Byte; Offset: Int32; Count: Int32)

 

void Update(Byte[] Data, Int32 Offset, Int32 Count)

 

func Update(_ Data: Byte..., _ Offset: Int32, _ Count: Int32)

 

void Update(Byte[] Data, Int32 Offset, Int32 Count)

 

Sub Update(Data As Byte(), Offset As Int32, Count As Int32)

Parameters:

  • Data:
  • Offset:
  • Count: