Table of Contents

Class PrivateKey

Namespace
Aptos
Assembly
Aptos.dll
public abstract class PrivateKey : Serializable
Inheritance
PrivateKey
Derived
Inherited Members

Methods

PublicKey()

public abstract PublicKey PublicKey()

Returns

PublicKey

Sign(byte[])

public abstract PublicKeySignature Sign(byte[] message)

Parameters

message byte[]

Returns

PublicKeySignature

Sign(string)

public virtual PublicKeySignature Sign(string message)

Parameters

message string

Returns

PublicKeySignature

ToByteArray()

public abstract byte[] ToByteArray()

Returns

byte[]

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.