PrivateKey
Overview
Location
-
Reference:
- Go.dll .NET, .NET Standard 2.0
- Go.fx Island
- Namespace: go.crypto.ed25519
- Platforms: .NET, .NET Standard 2.0, Island
-
Ancestry:
- ValueType | PrivateKey .NET, .NET Standard 2.0
- ValueType | PrivateKey Island
- ValueType | PrivateKey .NET, .NET Standard 2.0
constructor
constructor
PrivateKey()
init()
Sub New()
Parameters:
- aValue:
Equals override virtual
func Equals(value interface{}) 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
Sign
method Sign(rand: Reader; message: Slice<Byte>; opts: SignerOpts): tuple of (signature: Slice<Byte>, err: error)
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
Value
constructor
constructor
PrivateKey()
init()
Sub New()
Parameters:
- aValue:
Equals override virtual
func Equals(value interface{}) 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
Sign
method Sign(rand: Reader; message: Slice<Byte>; opts: SignerOpts): tuple of (signature: Slice<Byte>, err: error)
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: