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()

constructor (Memory<Int>, Int64)

 

// .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

 

// .NET, .NET Standard 2.0
var N: Memory<Int>;
// Island
var N: Memory<Int>;

 

// .NET, .NET Standard 2.0
Memory<Int> N
// Island
Memory<Int> N

 

// .NET, .NET Standard 2.0
var N: Memory<Int>
// Island
var N: Memory<Int>

 

// .NET, .NET Standard 2.0
N Memory<Int>
// Island
N Memory<Int>

 

// .NET, .NET Standard 2.0
FIELD N() As Memory<Int>
// Island
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

 

// .NET, .NET Standard 2.0
var N: Memory<Int>;
// Island
var N: Memory<Int>;

 

// .NET, .NET Standard 2.0
Memory<Int> N
// Island
Memory<Int> N

 

// .NET, .NET Standard 2.0
var N: Memory<Int>
// Island
var N: Memory<Int>

 

// .NET, .NET Standard 2.0
N Memory<Int>
// Island
N Memory<Int>

 

// .NET, .NET Standard 2.0
FIELD N() As Memory<Int>
// Island
FIELD N() As Memory<Int>

 

constructor

 

constructor

 

PublicKey()

 

init()

 

Sub New()

constructor (Memory<Int>, Int64)

 

// .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: