PublicKey
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
PublicKey()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aN: Memory<Int>; aE: Int64)
// Island
constructor(aN: Memory<Int>; aE: int)
// .NET, .NET Standard 2.0
PublicKey(Memory<Int> aN, Int64 aE)
// Island
PublicKey(Memory<Int> aN, int aE)
// .NET, .NET Standard 2.0
init(_ aN: Memory<Int>, _ aE: Int64)
// Island
init(_ aN: Memory<Int>, _ aE: int)
// .NET, .NET Standard 2.0
Sub New(aN As Memory<Int>, aE As Int64)
// Island
Sub New(aN As Memory<Int>, aE As int)
Parameters:
- aN:
- aE:
constructor (PublicKey)
constructor(value: PublicKey)
PublicKey(PublicKey value)
init(_ value: PublicKey)
Sub New(value As PublicKey)
Parameters:
- value:
E
var E: int;
int E
var E: int
E int
FIELD E() As int
N
var N: Memory<Int>;
Memory<Int> N
var N: Memory<Int>
N Memory<Int>
FIELD N() As Memory<Int>
Size
method Size: int
int Size()
func Size() -> int
func Size() int
Function Size() As int
E
var E: int;
int E
var E: int
E int
FIELD E() As int
N
var N: Memory<Int>;
Memory<Int> N
var N: Memory<Int>
N Memory<Int>
FIELD N() As Memory<Int>
constructor
constructor
PublicKey()
init()
Sub New()
// .NET, .NET Standard 2.0
constructor(aN: Memory<Int>; aE: Int64)
// Island
constructor(aN: Memory<Int>; aE: int)
// .NET, .NET Standard 2.0
PublicKey(Memory<Int> aN, Int64 aE)
// Island
PublicKey(Memory<Int> aN, int aE)
// .NET, .NET Standard 2.0
init(_ aN: Memory<Int>, _ aE: Int64)
// Island
init(_ aN: Memory<Int>, _ aE: int)
// .NET, .NET Standard 2.0
Sub New(aN As Memory<Int>, aE As Int64)
// Island
Sub New(aN As Memory<Int>, aE As int)
Parameters:
- aN:
- aE:
constructor (PublicKey)
constructor(value: PublicKey)
PublicKey(PublicKey value)
init(_ value: PublicKey)
Sub New(value As PublicKey)
Parameters:
- value: