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)
Parameters:
- aSaltLength:
- aHash:
constructor (PSSOptions)
constructor(value: PSSOptions)
PSSOptions(PSSOptions value)
init(_ value: PSSOptions)
Sub New(value As PSSOptions)
Parameters:
- value:
Hash
HashFunc Island
method HashFunc: Hash
Hash HashFunc()
func HashFunc() -> Hash
func HashFunc() Hash
Function HashFunc() As Hash
SaltLength
Hash
SaltLength
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)
Parameters:
- aSaltLength:
- aHash:
constructor (PSSOptions)
constructor(value: PSSOptions)
PSSOptions(PSSOptions value)
init(_ value: PSSOptions)
Sub New(value As PSSOptions)
Parameters:
- value:
HashFunc Island