C# 클래스 Goedel.Cryptography.KeyShare

A member of a key share collection.
상속: Secret
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 메소드들

메소드 설명
KeyShare ( byte Key ) : System

Construct a key share with the specified secret value.

KeyShare ( int Bits ) : System

Construct a key share with the specified number of random bits.

KeyShare ( int Index, System.Numerics.BigInteger Value ) : System

Construct a key share with the specified secret value and index.

KeyShare ( int Index, byte Bytes ) : System

Construct a key share with the specified secret value and index.

메소드 상세

KeyShare() 공개 메소드

Construct a key share with the specified secret value.
public KeyShare ( byte Key ) : System
Key byte The secret value.
리턴 System

KeyShare() 공개 메소드

Construct a key share with the specified number of random bits.
public KeyShare ( int Bits ) : System
Bits int Size of key share to create (in bits).
리턴 System

KeyShare() 공개 메소드

Construct a key share with the specified secret value and index.
public KeyShare ( int Index, System.Numerics.BigInteger Value ) : System
Index int The key share index and threshold.
Value System.Numerics.BigInteger The key share value/
리턴 System

KeyShare() 공개 메소드

Construct a key share with the specified secret value and index.
public KeyShare ( int Index, byte Bytes ) : System
Index int The key share index and threshold.
Bytes byte The key share value/
리턴 System