PSSOptions
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
constructor
PSSOptions()
init()
Sub New()
// .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 (PSSOptions)
constructor(value: PSSOptions)
PSSOptions(PSSOptions value)
init(_ value: PSSOptions)
Sub New(value As PSSOptions)
Parameters:
- value:
Hash
var Hash: Hash;
Hash Hash
var Hash: Hash
Hash Hash
FIELD Hash() As Hash
HashFunc Island
method HashFunc: Hash
Hash HashFunc()
func HashFunc() -> Hash
func HashFunc() Hash
Function HashFunc() As Hash
SaltLength
var SaltLength: int;
int SaltLength
var SaltLength: int
SaltLength int
FIELD SaltLength() As int
Hash
var Hash: Hash;
Hash Hash
var Hash: Hash
Hash Hash
FIELD Hash() As Hash
SaltLength
var SaltLength: int;
int SaltLength
var SaltLength: int
SaltLength int
FIELD SaltLength() As int
constructor
constructor
PSSOptions()
init()
Sub New()
// .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 (PSSOptions)
constructor(value: PSSOptions)
PSSOptions(PSSOptions value)
init(_ value: PSSOptions)
Sub New(value As PSSOptions)
Parameters:
- value:
HashFunc Island
method HashFunc: Hash
Hash HashFunc()
func HashFunc() -> Hash
func HashFunc() Hash
Function HashFunc() As Hash