OAEPOptions
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.crypto.rsa
- Platforms: .NET, .NET Standard 2.0, Island
Fields
Hash
Label
FIELD Label() As Slice<Byte>
Instance Methods
constructor
constructor(aHash: Hash; aLabel: Slice<Byte>)
OAEPOptions(Hash aHash, Slice<Byte> aLabel)
init(_ aHash: Hash, _ aLabel: Slice<Byte>)
Sub New(aHash As Hash, aLabel As Slice<Byte>)
Parameters:
- aHash:
- aLabel:
constructor(value: OAEPOptions)
OAEPOptions(OAEPOptions value)
init(_ value: OAEPOptions)
Sub New(value As OAEPOptions)
Parameters:
- value: