Overview

Location

  • Reference:
    • Go.dll  .NET, .NET Standard 2.0
    • Go.fx  Island
  • Namespace: go.crypto.rsa
  • Platforms: .NET, .NET Standard 2.0, Island

constructor


// .NET, .NET Standard 2.0
constructor(aSaltLength: Int64; aHash: Hash)
// Island
constructor(aSaltLength: int; aHash: Hash)
// .NET, .NET Standard 2.0
PSSOptions(Int64 aSaltLength, Hash aHash)
// Island
PSSOptions(int aSaltLength, Hash aHash)
// .NET, .NET Standard 2.0
init(_ aSaltLength: Int64, _ aHash: Hash)
// Island
init(_ aSaltLength: int, _ aHash: Hash)
// .NET, .NET Standard 2.0
Sub New(aSaltLength As Int64, aHash As Hash)
// Island
Sub New(aSaltLength As int, aHash As Hash)

Parameters:

  • aSaltLength:
  • aHash:

constructor(value: PSSOptions)
PSSOptions(PSSOptions value)
init(_ value: PSSOptions)
Sub New(value As PSSOptions)

Parameters:

  • value:

Hash


HashFunc Island

Function HashFunc() As Hash

SaltLength

FIELD SaltLength() As int

Hash


SaltLength

FIELD SaltLength() As int

constructor


// .NET, .NET Standard 2.0
constructor(aSaltLength: Int64; aHash: Hash)
// Island
constructor(aSaltLength: int; aHash: Hash)
// .NET, .NET Standard 2.0
PSSOptions(Int64 aSaltLength, Hash aHash)
// Island
PSSOptions(int aSaltLength, Hash aHash)
// .NET, .NET Standard 2.0
init(_ aSaltLength: Int64, _ aHash: Hash)
// Island
init(_ aSaltLength: int, _ aHash: Hash)
// .NET, .NET Standard 2.0
Sub New(aSaltLength As Int64, aHash As Hash)
// Island
Sub New(aSaltLength As int, aHash As Hash)

Parameters:

  • aSaltLength:
  • aHash:

constructor(value: PSSOptions)
PSSOptions(PSSOptions value)
init(_ value: PSSOptions)
Sub New(value As PSSOptions)

Parameters:

  • value:

HashFunc Island

Function HashFunc() As Hash