PublicKey
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.crypto.dsa
- Platforms: .NET, .NET Standard 2.0, Island
constructor
constructor
PublicKey()
init()
Sub New()
constructor (Parameters, Memory<Int>)
constructor(aParameters: Parameters; aY: Memory<Int>)
PublicKey(Parameters aParameters, Memory<Int> aY)
init(_ aParameters: Parameters, _ aY: Memory<Int>)
Sub New(aParameters As Parameters, aY As Memory<Int>)
Parameters:
- aParameters:
- aY:
constructor (PublicKey)
constructor(value: PublicKey)
PublicKey(PublicKey value)
init(_ value: PublicKey)
Sub New(value As PublicKey)
Parameters:
- value:
G
property G: Memory<Int> read write;
Memory<Int> G { get; set; }
var G: Memory<Int> { get{} set{} }
G Memory<Int>
Property G() As Memory<Int>
P
property P: Memory<Int> read write;
Memory<Int> P { get; set; }
var P: Memory<Int> { get{} set{} }
P Memory<Int>
Property P() As Memory<Int>
Parameters
var Parameters: Parameters;
Parameters Parameters
var Parameters: Parameters
Parameters Parameters
FIELD Parameters() As Parameters
Q
property Q: Memory<Int> read write;
Memory<Int> Q { get; set; }
var Q: Memory<Int> { get{} set{} }
Q Memory<Int>
Property Q() As Memory<Int>
Y
var Y: Memory<Int>;
Memory<Int> Y
var Y: Memory<Int>
Y Memory<Int>
FIELD Y() As Memory<Int>
Parameters
var Parameters: Parameters;
Parameters Parameters
var Parameters: Parameters
Parameters Parameters
FIELD Parameters() As Parameters
Y
var Y: Memory<Int>;
Memory<Int> Y
var Y: Memory<Int>
Y Memory<Int>
FIELD Y() As Memory<Int>
G
property G: Memory<Int> read write;
Memory<Int> G { get; set; }
var G: Memory<Int> { get{} set{} }
G Memory<Int>
Property G() As Memory<Int>
P
property P: Memory<Int> read write;
Memory<Int> P { get; set; }
var P: Memory<Int> { get{} set{} }
P Memory<Int>
Property P() As Memory<Int>
Q
property Q: Memory<Int> read write;
Memory<Int> Q { get; set; }
var Q: Memory<Int> { get{} set{} }
Q Memory<Int>
Property Q() As Memory<Int>
constructor
constructor
PublicKey()
init()
Sub New()
constructor (Parameters, Memory<Int>)
constructor(aParameters: Parameters; aY: Memory<Int>)
PublicKey(Parameters aParameters, Memory<Int> aY)
init(_ aParameters: Parameters, _ aY: Memory<Int>)
Sub New(aParameters As Parameters, aY As Memory<Int>)
Parameters:
- aParameters:
- aY:
constructor (PublicKey)
constructor(value: PublicKey)
PublicKey(PublicKey value)
init(_ value: PublicKey)
Sub New(value As PublicKey)
Parameters:
- value: