PrivateKey

Overview

Location


 

constructor

 

constructor

 

PrivateKey()

 

init()

 

Sub New()

constructor (Slice<Byte>)

 

constructor(aValue: Slice<Byte>)

 

PrivateKey(Slice<Byte> aValue)

 

init(_ aValue: Slice<Byte>)

 

Sub New(aValue As Slice<Byte>)

Parameters:

  • aValue:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32

Public

 

method Public: PublicKey

 

PublicKey Public()

 

func Public() -> PublicKey

 

func Public() PublicKey

 

Function Public() As PublicKey

Seed

 

method Seed: Slice<Byte>

 

Slice<Byte> Seed()

 

func Seed() -> Slice<Byte>

 

func Seed() Slice<Byte>

 

Function Seed() As Slice<Byte>

Sign

 

method Sign(rand: Reader; message: Slice<Byte>; opts: SignerOpts): tuple of (signature: Slice<Byte>, err: error)

 

(Slice<Byte>signature, error err) Sign(Reader rand, Slice<Byte> message, SignerOpts opts)

 

func Sign(_ rand: Reader, _ message: Slice<Byte>, _ opts: SignerOpts) -> (Slice<Byte>, error)

 

func Sign(rand Reader, message Slice<Byte>, opts SignerOpts) tuple of (|name=signature| Slice<Byte>, |name=err| error)

 

Function Sign(rand As Reader, message As Slice<Byte>, opts As SignerOpts) As Tuple (Of Slice<Byte>, error)

Parameters:

  • rand:
  • message:
  • opts:

Value

 

var Value: Slice<Byte>;

 

Slice<Byte> Value

 

var Value: Slice<Byte>

 

Value Slice<Byte>

 

FIELD Value() As Slice<Byte>

 

Value

 

var Value: Slice<Byte>;

 

Slice<Byte> Value

 

var Value: Slice<Byte>

 

Value Slice<Byte>

 

FIELD Value() As Slice<Byte>

 

constructor

 

constructor

 

PrivateKey()

 

init()

 

Sub New()

constructor (Slice<Byte>)

 

constructor(aValue: Slice<Byte>)

 

PrivateKey(Slice<Byte> aValue)

 

init(_ aValue: Slice<Byte>)

 

Sub New(aValue As Slice<Byte>)

Parameters:

  • aValue:

Equals  override virtual

 

method Equals(value: Object): Boolean

 

Boolean Equals(Object value)

 

func Equals(_ value: Object) -> Boolean

 

func Equals(value interface{}) Boolean

 

Function Equals(value As Object) As Boolean

Parameters:

  • value:

GetHashCode  override virtual

 

method GetHashCode: Int32

 

Int32 GetHashCode()

 

func GetHashCode() -> Int32

 

func GetHashCode() Int32

 

Function GetHashCode() As Int32

Public

 

method Public: PublicKey

 

PublicKey Public()

 

func Public() -> PublicKey

 

func Public() PublicKey

 

Function Public() As PublicKey

Seed

 

method Seed: Slice<Byte>

 

Slice<Byte> Seed()

 

func Seed() -> Slice<Byte>

 

func Seed() Slice<Byte>

 

Function Seed() As Slice<Byte>

Sign

 

method Sign(rand: Reader; message: Slice<Byte>; opts: SignerOpts): tuple of (signature: Slice<Byte>, err: error)

 

(Slice<Byte>signature, error err) Sign(Reader rand, Slice<Byte> message, SignerOpts opts)

 

func Sign(_ rand: Reader, _ message: Slice<Byte>, _ opts: SignerOpts) -> (Slice<Byte>, error)

 

func Sign(rand Reader, message Slice<Byte>, opts SignerOpts) tuple of (|name=signature| Slice<Byte>, |name=err| error)

 

Function Sign(rand As Reader, message As Slice<Byte>, opts As SignerOpts) As Tuple (Of Slice<Byte>, error)

Parameters:

  • rand:
  • message:
  • opts: